ISchedulerJob.PreviousState Property

Definition

Retrieves the previous state of the job.

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

Property Value

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

Applies to