EnvironmentStatus
public enum EnvironmentStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case error = "error"
-
Undocumented
Declaration
Swift
case creating = "creating"
-
Undocumented
Declaration
Swift
case connecting = "connecting"
-
Undocumented
Declaration
Swift
case ready = "ready"
-
Undocumented
Declaration
Swift
case stopping = "stopping"
-
Undocumented
Declaration
Swift
case stopped = "stopped"
-
Undocumented
Declaration
Swift
case deleting = "deleting"
-
Declaration
Swift
public var description: String { get }