Ejemplo n.º 1
0
        public void Stop()
        {
            _log.Information("Stopping MCSM");

            //Stops the repl loop
            Repl.Exit();
        }