Function executed after the program runs.
This will only be called if the program runs completely and the Application.exit() method was not called.
the application instance that will run
command line arguments used to invoke the application
exit status returned by the application
See Implementation
Function executed after the program runs.
This will only be called if the program runs completely and the Application.exit() method was not called.