ISchedulerNode.State Property

Definition

Retrieves the current state of the node.

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

Property Value

The state of the node. For possible values, see the NodeState enumeration.

Applies to