Scheduler.CloneJob(Int32) Method

Definition

Clones the specified job.

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

Parameters

jobId
Int32

The identifier of the job to clone.

Returns

An ISchedulerJob interface that defines the newly cloned job.

Implements

Applies to