AWSIoTJobStatus
Objective-C
NS_ENUM(NSInteger, AWSIoTJobStatus) {
AWSIoTJobStatusUnknown,
AWSIoTJobStatusInProgress,
AWSIoTJobStatusCanceled,
AWSIoTJobStatusCompleted,
AWSIoTJobStatusDeletionInProgress,
AWSIoTJobStatusScheduled,
}
Swift
enum AWSIoTJobStatus : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTJobStatusUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSIoTJobStatusInProgressSwift
case inProgress = 1 -
Undocumented
Declaration
Objective-C
AWSIoTJobStatusCanceledSwift
case canceled = 2 -
Undocumented
Declaration
Objective-C
AWSIoTJobStatusCompletedSwift
case completed = 3 -
Undocumented
Declaration
Objective-C
AWSIoTJobStatusDeletionInProgressSwift
case deletionInProgress = 4 -
Undocumented
Declaration
Objective-C
AWSIoTJobStatusScheduledSwift
case scheduled = 5
View on GitHub
Install in Dash
AWSIoTJobStatus Enumeration Reference