...
- One-time event: an action is executed at a specific time
- Start-stop event: a time period specified by its start and end time. An action can be executed when the event starts and when it ends.
- Cyclical event: a time period specified by its start and end time. An action can be executed when the event starts, when it ends. During that period an action is executed periodically at a given time interval.
Conditional Events
For a conditional event the specified condition is monitored. An action can be executed
...