continueStatuses constant
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'};