Share via


HealthState Enum

Definition

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

Error 3

Specifies that an error condition has occurred.

Success 1

Specifies that the item is in the correct operational state.

Uninitialized 0

Specifies that the item is in an uninitialized state.

Warning 2

Specifies that a warning condition has occurred.

Applies to