Scheduler.CreateTaskId(Int32) Method
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.
Creates a task identifier that identifies a task.
public Microsoft.Hpc.Scheduler.Properties.ITaskId CreateTaskId(int jobTaskId);
abstract member CreateTaskId : int -> Microsoft.Hpc.Scheduler.Properties.ITaskId
override this.CreateTaskId : int -> Microsoft.Hpc.Scheduler.Properties.ITaskId
Public Function CreateTaskId (jobTaskId As Integer) As ITaskId
Parameters
- jobTaskId
- Int32
A sequential, numeric identifier that uniquely identifies the task within the job. Task identifiers begin with one.
Returns
An ITaskId interface that identifies a task in a job.