AWSIoTJobEndBehavior
Objective-C
NS_ENUM(NSInteger, AWSIoTJobEndBehavior) {
AWSIoTJobEndBehaviorUnknown,
AWSIoTJobEndBehaviorStopRollout,
AWSIoTJobEndBehaviorCancel,
AWSIoTJobEndBehaviorForceCancel,
}
Swift
enum AWSIoTJobEndBehavior : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTJobEndBehaviorUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSIoTJobEndBehaviorStopRollout
Swift
case stopRollout = 1
-
Undocumented
Declaration
Objective-C
AWSIoTJobEndBehaviorCancel
Swift
case cancel = 2
-
Undocumented
Declaration
Objective-C
AWSIoTJobEndBehaviorForceCancel
Swift
case forceCancel = 3