/
Raising Explicit Events in the Postlude
Raising Explicit Events in the Postlude
Explicit events are raised in the rule postlude with a raise statement. You can raise events from a postlude like so:
raise <domain> event <expr> [for <expr>] [attributes <expr>]
The event name is given by the <expr>
. The expression is evaluated and the resulting string is used as the event name.
Because the event name is an expression, you must use a string rather than using a bare word.