Previous Topic: Suspend and Resume TimesNext Topic: Date-Time/Manual Events


Event Priority

In an Event definition, you can specify an Event priority to prioritize the triggering of Events scheduled at the same time. The Event priority is a number from 1 (lowest priority) through 10 (highest priority). The default Event priority is 5.

Whenever multiple Events are eligible for execution at the same time, the server observes the following rules:

Example: Processing Multiple Events at the Same Time

If the server is processing multiple Events that trigger at the same time, an Event with a higher priority can execute before an Event that has an earlier execution time. Consider the following scenario:

Assuming that the server takes more than one second to trigger the 10 Events, the Event scheduled at 00:00:01 may trigger before some of the Events scheduled at 00:00:00.

More information:

Create an Event