ISchedulerJob.SubmitTasks(ISchedulerTask[]) Method

Definition

Submits the specified tasks to the job.

[System.Runtime.InteropServices.ComVisible(false)]
public void SubmitTasks (Microsoft.Hpc.Scheduler.ISchedulerTask[] taskList);
abstract member SubmitTasks : Microsoft.Hpc.Scheduler.ISchedulerTask[] -> unit
Public Sub SubmitTasks (taskList As ISchedulerTask())

Parameters

taskList
ISchedulerTask[]
Attributes

Applies to