Intercepts the exit of the JVM. @param status The status code to exit with @return true if the exit should proceed, false if the exit should be canceled
(int status)
| 13 | * @return true if the exit should proceed, false if the exit should be canceled |
| 14 | */ |
| 15 | boolean intercept(int status); |
| 16 | } |