Edit

Share via


ISchedulerJobCounters.DispatchingTaskCount Property

Definition

Gets the number of tasks in the job that the scheduler is sending to a node to run.

public int DispatchingTaskCount { get; }
member this.DispatchingTaskCount : int
Public ReadOnly Property DispatchingTaskCount As Integer

Property Value

An Int32 that indicates the number of tasks in the job that the scheduler is sending to a node to run.

Applies to