IGNORE
Cancellation is completely ignored.
When this mode is used:
All handlers run in their normal priority order.
Event cancellation flags are never checked.
Handler-level cancellation semantics (e.g.,
runIfCanceled) are ignored.
Use this mode when cancellation is meaningful only to your own logic and should not influence the event-dispatch pipeline.