Beispiel #1
0
 /// <summary>
 ///
 /// </summary>
 public void PauseRun()
 {
     try
     {
         if (IsConnectionEnabled)
         {
             myXmlRpcProxy.PauseRun();
         }
     }
     catch (Exception ex)
     {
         // Log the details of the exception
         LogException(ex, "PauseRun");
     }
 }