'What's the events order on a Siebel login?

When a user logs in to Siebel, it triggers a few events:

If you write custom code for all three of them, in what order would they run? Is it consistent, or is it undefined and it could go either way?

I can't find anywhere specifying the order of the run-time events, nor those compared with the Application object events. The only thing I've found is the "Sequence" RTE field, but that only defines the order if you have multiple actions for the same event.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source