ISchedulerTask.State Property

Definition

Retrieves the state of the task.

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

Property Value

The state of the task. For possible values, see the TaskState enumeration.

Applies to