IScheduler.CreateJob Method

Definition

Creates a job.

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

Returns

An ISchedulerJob interface that defines the newly created job. The job uses the default job template to specify the job’s default property values and constraints.

Applies to