runningCount property

int? runningCount
final

The number of tasks in the task set that are in the RUNNING status during an Amazon ECS deployment. A task in the RUNNING state is running and ready for use.

Implementation

final int? runningCount;