ISchedulerCore Interface

Definition

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

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("D13525E7-E7E9-4fcb-B97C-2FFAA3F09CCF")]
public interface ISchedulerCore
type ISchedulerCore = interface
Public Interface ISchedulerCore
Derived
Attributes

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