Chef Sk1llz Posted July 21, 2019 Posted July 21, 2019 When running no interface VIA CLI arguments, how can you ensure the application/script has been terminated?
Lordsthan Posted July 21, 2019 Posted July 21, 2019 System.exit(0) on onExit() to close process after stopping the script?