Edit

Share via


SchedulerJob.RequeueTask(ITaskId) Method

Definition

Queues a task again.

public void RequeueTask (Microsoft.Hpc.Scheduler.Properties.ITaskId taskId);
abstract member RequeueTask : Microsoft.Hpc.Scheduler.Properties.ITaskId -> unit
override this.RequeueTask : Microsoft.Hpc.Scheduler.Properties.ITaskId -> unit
Public Sub RequeueTask (taskId As ITaskId)

Parameters

taskId
ITaskId

A ITaskId objects that identifies the task to queue again.

Implements

Applies to