ExecutionStatus
public enum ExecutionStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case pending = "PENDING" -
Undocumented
Declaration
Swift
case pendingConcurrency = "PENDING_CONCURRENCY" -
Undocumented
Declaration
Swift
case pendingDevice = "PENDING_DEVICE" -
Undocumented
Declaration
Swift
case processing = "PROCESSING" -
Undocumented
Declaration
Swift
case scheduling = "SCHEDULING" -
Undocumented
Declaration
Swift
case preparing = "PREPARING" -
Undocumented
Declaration
Swift
case running = "RUNNING" -
Undocumented
Declaration
Swift
case completed = "COMPLETED" -
Undocumented
Declaration
Swift
case stopping = "STOPPING" -
Declaration
Swift
public var description: String { get }
View on GitHub
ExecutionStatus Enumeration Reference