Edit

Share via


Scheduler.AddJob(ISchedulerJob) Method

Definition

Adds the specified job to the cluster.

public void AddJob (Microsoft.Hpc.Scheduler.ISchedulerJob jobNew);
abstract member AddJob : Microsoft.Hpc.Scheduler.ISchedulerJob -> unit
override this.AddJob : Microsoft.Hpc.Scheduler.ISchedulerJob -> unit
Public Sub AddJob (jobNew As ISchedulerJob)

Parameters

jobNew
ISchedulerJob

An ISchedulerJob interface of the job to add to the scheduler.

Implements

Applies to