UpdateActionStatus

public enum UpdateActionStatus : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case notApplied = "not-applied"
  • Undocumented

    Declaration

    Swift

    case waitingToStart = "waiting-to-start"
  • Undocumented

    Declaration

    Swift

    case inProgress = "in-progress"
  • Undocumented

    Declaration

    Swift

    case stopping = "stopping"
  • Undocumented

    Declaration

    Swift

    case stopped = "stopped"
  • Undocumented

    Declaration

    Swift

    case complete = "complete"
  • Undocumented

    Declaration

    Swift

    case scheduling = "scheduling"
  • Undocumented

    Declaration

    Swift

    case scheduled = "scheduled"
  • Undocumented

    Declaration

    Swift

    case notApplicable = "not-applicable"
  • Declaration

    Swift

    public var description: String { get }