ISchedulerTask.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 task.
public Microsoft.Hpc.Scheduler.Properties.TaskState PreviousState { get; }
member this.PreviousState : Microsoft.Hpc.Scheduler.Properties.TaskState
Public ReadOnly Property PreviousState As TaskState
Property Value
The previous state of the job. For possible values, see the TaskState enumeration.