Edit

Share via


SchedulerJob.AddTask(ISchedulerTask) Method

Definition

Adds the task to the job.

public void AddTask (Microsoft.Hpc.Scheduler.ISchedulerTask task);
abstract member AddTask : Microsoft.Hpc.Scheduler.ISchedulerTask -> unit
override this.AddTask : Microsoft.Hpc.Scheduler.ISchedulerTask -> unit
Public Sub AddTask (task As ISchedulerTask)

Parameters

task
ISchedulerTask

An ISchedulerTask interface of the task to add to the job. To create the task, call the CreateTask() method.

Implements

Applies to