ShareStatus
public enum ShareStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case notStarted = "NOT_STARTED" -
Undocumented
Declaration
Swift
case inProgress = "IN_PROGRESS" -
Undocumented
Declaration
Swift
case completed = "COMPLETED" -
Undocumented
Declaration
Swift
case completedWithErrors = "COMPLETED_WITH_ERRORS" -
Undocumented
Declaration
Swift
case error = "ERROR" -
Declaration
Swift
public var description: String { get }
View on GitHub
ShareStatus Enumeration Reference