ReplicationJobState
public enum ReplicationJobState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case pending = "PENDING" -
Undocumented
Declaration
Swift
case active = "ACTIVE" -
Undocumented
Declaration
Swift
case failed = "FAILED" -
Undocumented
Declaration
Swift
case deleting = "DELETING" -
Undocumented
Declaration
Swift
case deleted = "DELETED" -
Undocumented
Declaration
Swift
case completed = "COMPLETED" -
Undocumented
Declaration
Swift
case pausedOnFailure = "PAUSED_ON_FAILURE" -
Undocumented
Declaration
Swift
case failing = "FAILING" -
Declaration
Swift
public var description: String { get }
View on GitHub
ReplicationJobState Enumeration Reference