Share via


NodeState enumeration

Defines the state of the node.

Syntax

typedef enum  { 
  NodeState_Offline   = 1,
  NodeState_Draining  = 2,
  NodeState_Online    = 4,
  NodeState_ALL       = 7
} NodeState;

Constants

  • NodeState_Offline
    The node is offline.

  • NodeState_Draining
    The scheduler is in the process of removing jobs from the node.

  • NodeState_Online
    The node is online and ready to run jobs.

  • NodeState_ALL
    Indicates a node in any state.

Requirements

Product

HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities

Type library

Microsoft.Hpc.Scheduler.Properties.tlb

See also

HPC Enumerations

ISchedulerNode.State