dispatched property

bool dispatched
getter/setter pair

If the action was dispatched by a Saga an action if it implements SagaAction then the actions dispatched property is set to true

Implementation

bool dispatched = false;