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 }
View on GitHub
ReportStateType Enumeration Reference