Status
public enum Status : String, Codable
The status of the host
-
A new host
Declaration
Swift
case new -
A configured host
Declaration
Swift
case configured
View on GitHub
Status Enumeration Reference