ReportStatusType
public enum ReportStatusType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case generating = "GENERATING"
-
Undocumented
Declaration
Swift
case succeeded = "SUCCEEDED"
-
Undocumented
Declaration
Swift
case failed = "FAILED"
-
Undocumented
Declaration
Swift
case incomplete = "INCOMPLETE"
-
Undocumented
Declaration
Swift
case deleting = "DELETING"
-
Declaration
Swift
public var description: String { get }