ExportTaskState
public enum ExportTaskState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case active = "active" -
Undocumented
Declaration
Swift
case cancelling = "cancelling" -
Undocumented
Declaration
Swift
case cancelled = "cancelled" -
Undocumented
Declaration
Swift
case completed = "completed" -
Declaration
Swift
public var description: String { get }
View on GitHub
ExportTaskState Enumeration Reference