svoid doneMsgAndExitIfMain() { consoleStatus(infoBoxAndReturn("Done!")); if (isMain()) { if (!headless()) sleepSeconds(3); cleanKill(); } }