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