SchedulerCore.TaskId Property

Definition

Retrieves the identifier of the task running on the core.

public Microsoft.Hpc.Scheduler.Properties.ITaskId TaskId { get; }
member this.TaskId : Microsoft.Hpc.Scheduler.Properties.ITaskId
Public ReadOnly Property TaskId As ITaskId

Property Value

An ITaskId object that contains the identifiers that uniquely identify the task running on the core. The identifiers are zero if there is no task running on the core.

Implements

Applies to