jobStatePartiallySucceeded constant

JobState const jobStatePartiallySucceeded

The job is partially succeeded, some results may be missing due to errors.

Implementation

static const jobStatePartiallySucceeded = JobState(
  'JOB_STATE_PARTIALLY_SUCCEEDED',
);