예제 #1
0
 public void Cancel()
 {
     if (_processId.HasValue)
     {
         TestProcessLauncher.KillProcess(_processId.Value, _logger);
     }
 }
예제 #2
0
 public void Cancel()
 {
     if (_process != null)
     {
         TestProcessLauncher.KillProcess(_process.Id, _logger);
     }
 }