HealthState Enum

Definition

Represents the health state.

public enum HealthState
type HealthState = 
Public Enum HealthState
Inheritance
HealthState

Fields

Error 3

Indicates that the health state is error, there is something wrong that needs to be investigated.

Invalid 0

Indicates that the health state is invalid.

Ok 1

Indicates that the health state is ok.

Unknown 65535

Indicates that the health state is unknown.

Warning 2

Indicates that the health state is warning. There may something wrong that requires investigation.

Applies to