ActionExecutionStatus

public enum ActionExecutionStatus : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case inprogress = "InProgress"
  • Undocumented

    Declaration

    Swift

    case abandoned = "Abandoned"
  • Undocumented

    Declaration

    Swift

    case succeeded = "Succeeded"
  • Undocumented

    Declaration

    Swift

    case failed = "Failed"
  • Declaration

    Swift

    public var description: String { get }