AWSIoTJobStatus

Objective-C

NS_ENUM(NSInteger, AWSIoTJobStatus) {
    AWSIoTJobStatusUnknown,
    AWSIoTJobStatusInProgress,
    AWSIoTJobStatusCanceled,
    AWSIoTJobStatusCompleted,
    AWSIoTJobStatusDeletionInProgress,
    AWSIoTJobStatusScheduled,
}

Swift

enum AWSIoTJobStatus : Int, @unchecked Sendable

Undocumented