stabilityStatus property
The stability status, which indicates whether the task set has reached a
steady state. If the following conditions are met, the task set will be in
STEADY_STATE:
- 
The task runningCountis equal to thecomputedDesiredCount.
- 
The pendingCountis0.
- 
There are no tasks running on container instances in the
DRAININGstatus.
- All tasks are reporting a healthy status from the load balancers, service discovery, and container health checks.
STABILIZING.
Implementation
final StabilityStatus? stabilityStatus;