IJobStateEventArg.PreviousState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.