static bool killVMRunningBot(S bot) { int port = getVMPortForBot(bot); if (port != 0) { killVM(port); true; } false; }