ISchedulerCounters.SubmittedTasks Property

Definition

Retrieves the number of tasks that have been submitted to the scheduling queue and are awaiting validation.

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

Property Value

The number of tasks that have been submitted to the scheduling queue and are awaiting validation.

Applies to