SystemElementState 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.
Indicates the state of a system element
public enum class SystemElementState
public enum class SystemElementState
enum SystemElementState
public enum SystemElementState
type SystemElementState =
Public Enum SystemElementState
- Inheritance
-
SystemElementState
Fields
Name | Value | Description |
---|---|---|
Other | 1 | The element state is something other than those in this Enum |
Unknown | 2 | The element state is unknown |
Safe | 3 | The element is in Safe state |
Warning | 4 | The element is in Warning state |
Critical | 5 | The element is in Critical state |
NonRecoverable | 6 | The element is in Non-Recoverable state |