jobStateCancelling constant

JobState const jobStateCancelling

The job is being cancelled. From this state the job may only go to either JOB_STATE_SUCCEEDED, JOB_STATE_FAILED or JOB_STATE_CANCELLED.

Implementation

static const jobStateCancelling = JobState('JOB_STATE_CANCELLING');