static bool hideVMRunningBot(S bot) { int port = getVMPortForBot(bot); if (port != 0) { send(port, "hidden vm yes"); true; } false; }