PackageStatus
public enum PackageStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case copying = "COPYING" -
Undocumented
Declaration
Swift
case copyFailed = "COPY_FAILED" -
Undocumented
Declaration
Swift
case validating = "VALIDATING" -
Undocumented
Declaration
Swift
case validationFailed = "VALIDATION_FAILED" -
Undocumented
Declaration
Swift
case available = "AVAILABLE" -
Undocumented
Declaration
Swift
case deleting = "DELETING" -
Undocumented
Declaration
Swift
case deleted = "DELETED" -
Undocumented
Declaration
Swift
case deleteFailed = "DELETE_FAILED" -
Declaration
Swift
public var description: String { get }
View on GitHub
PackageStatus Enumeration Reference