IScheduler.CloneJob(Int32) Method

Definition

Clones the specified job.

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

Parameters

jobId
Int32

Returns

An ISchedulerJob interface that defines the newly cloned job.

Applies to