ISchedulerJobCounters.QueuedTaskCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.