Scripting, Gateway Scheduled Event scripts

Good day, everyone.

What is the execution sequence of the Scheduled Gateway Events?

For example, I have a few scripts that may trigger at the same day/time at 6am.
image

Are scripts triggered in the alphabetical order?

There is no defined order. If you need a defined order, use single daily event, and call the project library functions for the ones that are relevent. If you are using single-line event scripts that delegate the work to suitable project library functions, it is trivial to restructure such things.

4 Likes