ISchedulerJob.State Property

Definition

Retrieves the state of the job.

public Microsoft.Hpc.Scheduler.Properties.JobState State { get; }
member this.State : Microsoft.Hpc.Scheduler.Properties.JobState
Public ReadOnly Property State As JobState

Property Value

The state of the job. For possible values, see the JobState enumeration.

Applies to