HumanLoopStatus
public enum HumanLoopStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case inprogress = "InProgress"
-
Undocumented
Declaration
Swift
case failed = "Failed"
-
Undocumented
Declaration
Swift
case completed = "Completed"
-
Undocumented
Declaration
Swift
case stopped = "Stopped"
-
Undocumented
Declaration
Swift
case stopping = "Stopping"
-
Declaration
Swift
public var description: String { get }