5.4.4 Shutdown - Reference Documentation
Authors: Andres Almiray
Version: 1.2.0
5.4.4 Shutdown
Called when the application is about to close. Any artifact can invoke the shutdown sequence by callingshutdown()
on the app
instance.TheShutdown
script will be called before anyShutdownHandler
or event handler interested in theShutdownStart
event.