Event Condition Decorator Use this decorator to allow your event listener to only be invoked if the `if` and/or `unless` conditions pass.
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
bool | bool canTrigger(IEvent eventToCheck) | ||||
Json | Json __invoke() | ||||
bool | bool _evaluateCondition(string conditionType, IEvent event) |