RoleInstancePowerState 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.
The running state of the role instance.
public enum RoleInstancePowerState
type RoleInstancePowerState =
Public Enum RoleInstancePowerState
- Inheritance
-
RoleInstancePowerState
Fields
Name | Value | Description |
---|---|---|
Starting | 0 | |
Started | 1 | |
Stopping | 2 | |
Stopped | 3 | |
Unknown | 4 |