Scheduler.CreateJob Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.