operationStateScheduled constant

OperationState const operationStateScheduled

The operation is scheduled.

Implementation

static const operationStateScheduled = OperationState(
  'OPERATION_STATE_SCHEDULED',
);