ISchedulerJobCounters.FinishingTaskCount Property

Definition

Gets the number of tasks in the job for which the node is cleaning up the resources that were allocated to the task.

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

Property Value

An Int32 that indicates the number of tasks in the job for which the node is cleaning up the resources that were allocated to the task.

Applies to