State
public enum State : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case offline = "OFFLINE" -
Undocumented
Declaration
Swift
case online = "ONLINE" -
Undocumented
Declaration
Swift
case starting = "STARTING" -
Undocumented
Declaration
Swift
case stopping = "STOPPING" -
Undocumented
Declaration
Swift
case startFailed = "START_FAILED" -
Undocumented
Declaration
Swift
case stopFailed = "STOP_FAILED" -
Declaration
Swift
public var description: String { get }
View on GitHub
State Enumeration Reference