healthStatus property
The health status for the task, which is determined by the health of the
essential containers in the task. If all essential containers in the task
are reporting as HEALTHY
, then the task status also reports as
HEALTHY
. If any essential containers in the task are reporting
as UNHEALTHY
or UNKNOWN
, then the task status also
reports as UNHEALTHY
or UNKNOWN
, accordingly.
Implementation
final HealthStatus? healthStatus;