pipelineStateCancelling constant

PipelineState const pipelineStateCancelling

The pipeline is being cancelled. From this state, the pipeline may only go to either PIPELINE_STATE_SUCCEEDED, PIPELINE_STATE_FAILED or PIPELINE_STATE_CANCELLED.

Implementation

static const pipelineStateCancelling = PipelineState(
  'PIPELINE_STATE_CANCELLING',
);