SchedulerCoreState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Value | Description |
|---|---|---|
| Offline | 0 | The core is offline. This enumeration member represents a value of 0. |
| Idle | 1 | The core is idle and ready to run a job. This enumeration member represents a value of 1. |
| 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. |
| Reserved | 4 | The core is reserved for a job. This enumeration member represents a value of 4. |