ITaskStateEventArg.TaskId Property
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.
Retrieves the identifier that uniquely identifies the task in a job.
public Microsoft.Hpc.Scheduler.Properties.ITaskId TaskId { get; }
member this.TaskId : Microsoft.Hpc.Scheduler.Properties.ITaskId
Public ReadOnly Property TaskId As ITaskId
Property Value
A ITaskId object that uniquely identifies the task.