ServiceState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the state of a service.
public enum class ServiceState
public enum ServiceState
type ServiceState =
Public Enum ServiceState
- Inheritance
-
ServiceState
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | State of service is not known. |
Available | 1 | Service is available. |
Unavailable | 2 | Service is unavailable. |
Remarks
Reflects the state of services such as User Services.