NodeState Enum

State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted.

Inheritance
builtins.str
NodeState
NodeState

Constructor

NodeState(value)

Fields

IDLE
LEAVING
PREEMPTED
PREPARING
RUNNING
UNUSABLE