The event is triggered after the PmaRoot.onAppStopBegin event and before the PmaRoot.onAppStopEnd event.
pMe | (Object) Reference to the PmaObject object where the event rises. |
---|---|
pEvent | (Object) Reference to object describing detailed information about the specific event. The pEvent parameter is not used here because this event does not need any additional information. |
pMe.Pm("/Timer").Enabled = false;