2.6 (per-event priority)
2.9 (listening to cancellable events)
Optionally allows specifying whether to listen to events that have been cancelled, and allows specifying with which priority to listen to events. Events are called in the following order of priorities.
``` lowest -> low -> normal -> high -> highest -> monitor ```
Modifying event-values or cancelling events is not supported when using the 'monitor' priority. It should only be used for monitoring the outcome of an event.
Examples:
Patterns: |
|
Since: | 2.2, 2.7 (local functions) |
Examples:
Patterns: |
|
Since: | 1.0 |
Examples:
Patterns: |
|
Since: | 2.9.0 |
Examples:
Patterns: |
|
Since: | 1.0 |
Examples: