IApplicationExtension.postRun

Function executed after the program runs.

This will only be called if the program runs completely and the Application.exit() method was not called.

interface IApplicationExtension
void
postRun

Parameters

app IApplication

the application instance that will run

args istring[]

command line arguments used to invoke the application

status int

exit status returned by the application

Meta