ISchedulerCore.State Property

Definition

Retrieves the state of the core.

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

Property Value

The state of the core. For possible values, see the SchedulerCoreState enumeration.

Applies to