jobStateUpdating constant

JobState const jobStateUpdating

The job is being updated. Only jobs in the RUNNING state can be updated. After updating, the job goes back to the RUNNING state.

Implementation

static const jobStateUpdating = JobState('JOB_STATE_UPDATING');