The OnEvent_Uninitialize event is fired when the script is ending.
OnEvent_Uninitialize( [boolean] MessengerExit );
No value has to be returned by this event.
You can use the MessengerExit parameter to adapt the close-up routine of your script when Windows Live Messenger is closed. For example, no user input should be requested from the user when Messenger is terminating.
This event is guaranteed to be sent when Messenger is closed properly. You can rely on this event to do some last minute clean-up or saving. Do not expect OnEvent_SignOut to always be sent as it is not. Whenever possible, avoid interacting with the user in this event and do not interact with any window.
Event Source | Messenger Plus! |
---|---|
Availability | Messenger Plus! Live 4.00 |