CopyJobState
public enum CopyJobState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case created = "CREATED" -
Undocumented
Declaration
Swift
case running = "RUNNING" -
Undocumented
Declaration
Swift
case completed = "COMPLETED" -
Undocumented
Declaration
Swift
case failed = "FAILED" -
Declaration
Swift
public var description: String { get }
View on GitHub
CopyJobState Enumeration Reference