SchedulerCore Class

Definition

Provides information about a core on a node such as its state and the task currently running on it.

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("558F7CAA-C675-4824-A66A-BC286ADBB22D")]
public class SchedulerCore : Microsoft.Hpc.Scheduler.ISchedulerCore
type SchedulerCore = class
    interface ISchedulerCore
Public Class SchedulerCore
Implements ISchedulerCore
Inheritance
SchedulerCore
Attributes
Implements

Properties

Id

Retrieves the identifier that uniquely identifies the core.

JobId

Retrieves the identifier of the job running on the core.

State

Retrieves the state of the core.

TaskId

Retrieves the identifier of the task running on the core.

Applies to