ComputeNode.RunningTasksCount Property

Definition

Gets the total number of currently running tasks on the compute node. This includes Job Preparation, Job Release, and Job Manager tasks, but not the pool start task.

public int? RunningTasksCount { get; }
member this.RunningTasksCount : Nullable<int>
Public ReadOnly Property RunningTasksCount As Nullable(Of Integer)

Property Value

Applies to