Applications
Last updated 31/08/2023
Event | Executes | Description |
---|---|---|
Do Application Start | Server | Executes when an application is started, either locally or deployed to the cloud. |
Do Instance Start | Server | Executes when an instance of the application is started, either locally or deployed to the cloud. |
Do Logon | Server | Executes when the Sign In button is clicked and before the application is loaded. |
Do Logoff | Server | Executes when the Logout button is clicked. |
Do Instance End | Server | Executes when an instance of the application is stopped, either locally or removed from the cloud. |
Do Application End | Server | Executes when an application is stopped, either locally or removed from the cloud. |