ISchedulerJobCounters.ValidatingTaskCount Property

Definition

Gets the number of tasks in the job for which the scheduler is determining if the task is correctly configured and can run.

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

Property Value

An Int32 that indicates the number of tasks in the job for which the scheduler is determining if the task is correctly configured and can run.

Applies to