continueStatuses constant

Set<String> const continueStatuses

Status values that mean "still starting, keep polling".

If the container reaches any status not in this set (and not 'running'), polling stops immediately.

Implementation

static const Set<String> continueStatuses = {'created', 'restarting'};