DeploymentState
public enum DeploymentState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case baking = "BAKING"
-
Undocumented
Declaration
Swift
case validating = "VALIDATING"
-
Undocumented
Declaration
Swift
case deploying = "DEPLOYING"
-
Undocumented
Declaration
Swift
case complete = "COMPLETE"
-
Undocumented
Declaration
Swift
case rollingBack = "ROLLING_BACK"
-
Undocumented
Declaration
Swift
case rolledBack = "ROLLED_BACK"
-
Declaration
Swift
public var description: String { get }