static bool killBot(S bot) { S address = getBotAddress(bot); // TODO int port = getVMPortForBot(bot); if (port != 0) { killVM(port); true; } false; }