onAppStartBegin - event of the PmaRoot object
Description:
The event is triggered immediately after starting the application.
Parameters:
pMe | (Object) Reference to the PmaRoot object where the event rises. |
pEvent | (Object) Reference to 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 je false. |
---|
Note:
At that time still no
Pma objects are created and therefore their properties and methods can't 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.