Edit

Share via


ISchedulerJobCounters.QueuedTaskCount Property

Definition

Retrieves the number of tasks in the job that are queued and ready to run.

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

Property Value

The number of tasks that are queued and ready to run.

Applies to