NodeDeactivationStatus Enum

Definition

Specified the status for a node deactivation task.

public enum NodeDeactivationStatus
type NodeDeactivationStatus = 
Public Enum NodeDeactivationStatus
Inheritance
NodeDeactivationStatus

Fields

Completed 3

The task is completed.

None 0

No status is associated with the task.

SafetyCheckComplete 2

All the safety checks have been completed for the task.

SafetyCheckInProgress 1

Safety checks are in progress for the task.

Applies to