ReportStateType

public enum ReportStateType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case started = "STARTED"
  • Undocumented

    Declaration

    Swift

    case inprogress = "INPROGRESS"
  • Undocumented

    Declaration

    Swift

    case complete = "COMPLETE"
  • Declaration

    Swift

    public var description: String { get }