Example #1
0
 public virtual void CleanUp()
 {
     if (jobHistory != null)
     {
         jobHistory.Stop();
     }
 }