isDispatchAborted property

bool isDispatchAborted
final

Is true if the action was:

  • Aborted with the ReduxAction.abortDispatch method,
  • If an AbortDispatchException was thrown by the action's before or reduce methods (and survived the wrapError and globalWrapError). Or,
  • If the store was being shut down with the Store.shutdown method.

Implementation

final bool isDispatchAborted;