getExitCode abstract method
Returns the exit code that should be used to terminate the application.
This will typically be returned from the main process when calling
exit(code)
.
Implementation
int getExitCode();
Returns the exit code that should be used to terminate the application.
This will typically be returned from the main process when calling
exit(code)
.
int getExitCode();