static bool restartVM(int port) { ret eq("ok", sendToLocalBot(port, "restart")); } static bool restartVM() { ret restartVM(vmPort()); }