Status

public enum Status : String, Codable

The status of the host

  • new

    A new host

    Declaration

    Swift

    case new
  • A configured host

    Declaration

    Swift

    case configured