Event handling
So-called 'event handlings' provide the possibility to execute defined event actions in response to certain events in the system.
As soon as one of possibly several triggering events for an event handling occurs, the defined event actions (actuators) are executed depending on the check result (true/false) for the rule to be applied (see also Rule types).
If the same event is assigned as a trigger for several event handlings, they are all processed in descending order of priority (see Configuration of events).
In the following chapters, the individual components of an event handling are shown in detail.