State

public enum State : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case waiting = "WAITING"
  • Undocumented

    Declaration

    Swift

    case inProgress = "IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case error = "ERROR"
  • Undocumented

    Declaration

    Swift

    case completed = "COMPLETED"
  • Undocumented

    Declaration

    Swift

    case cancelled = "CANCELLED"
  • Undocumented

    Declaration

    Swift

    case timedOut = "TIMED_OUT"
  • Declaration

    Swift

    public var description: String { get }