Edit

Share via


Scheduler.CreateJob Method

Definition

Creates a job.

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

Returns

An ISchedulerJob interface that defines the newly created job.

Implements

Applies to