IScheduler.OpenJob(Int32) Method

Definition

Retrieves the specified job from the scheduler.

public Microsoft.Hpc.Scheduler.ISchedulerJob OpenJob (int id);
abstract member OpenJob : int -> Microsoft.Hpc.Scheduler.ISchedulerJob
Public Function OpenJob (id As Integer) As ISchedulerJob

Parameters

id
Int32

Returns

An ISchedulerJob interface that you can use to access the properties of the job.

Applies to