onAppStartBegin - event of the PmaRoot object
Description:
The event is triggered immediately after the application is launched.
Parameters:
pMe | (Object) Reference to the PmaRoot object where the event rises. |
pEvent | (Object) Reference to an object describing detailed information about the specific event.
pEvent.Reset - ( Boolean) [ for reading] If it is true, then the previous run of the application has been exited illegal (e.g. computer reset, outage, etc.). Otherwise the value is false. |
---|
Note:
At that time still no
Pma objects are created and therefore their properties and methods cannot be used in the event algorithm. After execution of this event, starting the application continues by creating
Pma objects (the
onStart event is triggered for each object) and finally the
onAppStartEnd event is triggered.