AWSIoTJobStatus
Objective-C
NS_ENUM(NSInteger, AWSIoTJobStatus) {
AWSIoTJobStatusUnknown,
AWSIoTJobStatusInProgress,
AWSIoTJobStatusCanceled,
AWSIoTJobStatusCompleted,
AWSIoTJobStatusDeletionInProgress,
AWSIoTJobStatusScheduled,
}
Swift
enum AWSIoTJobStatus : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTJobStatusUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSIoTJobStatusInProgress
Swift
case inProgress = 1
-
Undocumented
Declaration
Objective-C
AWSIoTJobStatusCanceled
Swift
case canceled = 2
-
Undocumented
Declaration
Objective-C
AWSIoTJobStatusCompleted
Swift
case completed = 3
-
Undocumented
Declaration
Objective-C
AWSIoTJobStatusDeletionInProgress
Swift
case deletionInProgress = 4
-
Undocumented
Declaration
Objective-C
AWSIoTJobStatusScheduled
Swift
case scheduled = 5