runningCount property
The number of tasks in the task set that are in the RUNNING
status during a deployment. A task in the RUNNING
state is
running and ready for use.
Implementation
final int? runningCount;
The number of tasks in the task set that are in the RUNNING
status during a deployment. A task in the RUNNING
state is
running and ready for use.
final int? runningCount;