ServiceState Enum

Definition

Represents the state of a service.

public enum class ServiceState
public enum ServiceState
type ServiceState = 
Public Enum ServiceState
Inheritance
ServiceState

Fields

Available 1

Service is available.

Unavailable 2

Service is unavailable.

Unknown 0

State of service is not known.

Remarks

Reflects the state of services such as User Services.

Applies to