pendingCount property
The number of tasks in the task set that are in the PENDING
status during an Amazon ECS deployment. A task in the PENDING
state is preparing to enter the RUNNING state. A task set
enters the PENDING status when it launches for the first time,
or when it is restarted after being in the STOPPED state.
Implementation
final int? pendingCount;