Example #1
0
 public void DisableScriptTraces()
 {
     _exeScheduler.QueueCommand(new PendingCommand {
         CommandType = PendingCommand.PCType.StopAllTraces
     });
 }