ISchedulerJob.CreateTask Method

Definition

Creates a task.

public Microsoft.Hpc.Scheduler.ISchedulerTask CreateTask ();
abstract member CreateTask : unit -> Microsoft.Hpc.Scheduler.ISchedulerTask
Public Function CreateTask () As ISchedulerTask

Returns

An ISchedulerTask interface that you use to define the task.

Applies to