Share via


SchedulerCoreState enumeration

Defines the state of the core.

Syntax

typedef enum  { 
  SchedulerCoreStatee_Offline  = 0,
  SchedulerCoreState_Idle      = 1,
  SchedulerCoreState_Busy      = 2,
  SchedulerCoreState_Draining  = 3,
  SchedulerCoreState_Reserved  = 4
} SchedulerCoreState;

Constants

  • SchedulerCoreStatee_Offline
    The core is offline.

  • SchedulerCoreState_Idle
    The core is idle and ready to run a job.

  • SchedulerCoreState_Busy
    The core is running a job or task.

  • SchedulerCoreState_Draining
    The core is running a job but is marked to be taken offline after the current job finishes.

  • SchedulerCoreState_Reserved
    The core is reserved for a job.

Requirements

Product

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

Type library

Microsoft.Hpc.Scheduler.Properties.tlb

See also

HPC Enumerations

ISchedulerCore.State