ISchedulerNode.JobType Property

Definition

Retrieves the types of jobs that this node is configured to run.

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

Property Value

The types of jobs that this node can run. For possible values, see the JobType enumeration.

Applies to