Ejemplo n.º 1
0
 public static MDbgEngine stop_Process(this MDbgEngine engine)
 {
     if (engine.activeProcess().notNull())
     {
         "[MDbgEngine] in stop_Process".info();
         engine.@break();
         engine.activeProcess().Kill();
     }
     return(engine);
 }
Ejemplo n.º 2
0
 public static MDbgEngine stop(this MDbgEngine engine)
 {
     return(engine.@break());
 }