SchedulerCoreState Enum

Definition

Defines the state of a core on a node in the cluster.

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("CEBF8417-6664-4c4a-A1EE-101F924CFE21")]
public enum SchedulerCoreState
type SchedulerCoreState = 
Public Enum SchedulerCoreState
Inheritance
SchedulerCoreState
Attributes

Fields

Busy 2

The core is running a job or task. This enumeration member represents a value of 2.

Draining 3

The core is running a job but is marked to be taken offline after the current job finishes. This enumeration member represents a value of 3.

Idle 1

The core is idle and ready to run a job. This enumeration member represents a value of 1.

Offline 0

The core is offline. This enumeration member represents a value of 0.

Reserved 4

The core is reserved for a job. This enumeration member represents a value of 4.

Applies to