HealthState 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.
Defines the range of valid health state values.
public enum class HealthState
[System.Serializable]
public enum HealthState
type HealthState =
Public Enum HealthState
- Inheritance
-
HealthState
- Attributes
Fields
Name | Value | Description |
---|---|---|
Uninitialized | 0 | Specifies that the item is in an uninitialized state. |
Success | 1 | Specifies that the item is in the correct operational state. |
Warning | 2 | Specifies that a warning condition has occurred. |
Error | 3 | Specifies that an error condition has occurred. |