AWSIoTJobEndBehavior
Objective-C
NS_ENUM(NSInteger, AWSIoTJobEndBehavior) {
AWSIoTJobEndBehaviorUnknown,
AWSIoTJobEndBehaviorStopRollout,
AWSIoTJobEndBehaviorCancel,
AWSIoTJobEndBehaviorForceCancel,
}
Swift
enum AWSIoTJobEndBehavior : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTJobEndBehaviorUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSIoTJobEndBehaviorStopRolloutSwift
case stopRollout = 1 -
Undocumented
Declaration
Objective-C
AWSIoTJobEndBehaviorCancelSwift
case cancel = 2 -
Undocumented
Declaration
Objective-C
AWSIoTJobEndBehaviorForceCancelSwift
case forceCancel = 3
View on GitHub
Install in Dash
AWSIoTJobEndBehavior Enumeration Reference