SchedulerTask.PreviousState Property

Definition

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.

Implements

Applies to