pipelineStateCancelled constant

PipelineState const pipelineStateCancelled

The pipeline has been cancelled.

Implementation

static const pipelineStateCancelled = PipelineState(
  'PIPELINE_STATE_CANCELLED',
);