Information for a job execution continuation.
Property | Type | Constraints | Description |
---|---|---|---|
continue_status |
Enum {pending, running, pausing, paused, resuming, resumed, restarting, restarted, retrying, retried, aborting, aborted, aborting_for_restart, aborted_for_restart, finished, unknown} | Returns the status, this job execution will get on continuation if continuation is pending. | |
is_pending |
boolean | Returns true if the continuation of this job execution is pending and will be started soon,
false otherwise. |