Exemplo n.º 1
0
 void StopMotorProcess()
 {
     if (thisMotorProcessSuite.IsRunning())
     {
         thisMotorProcessSuite.Stop();
     }
 }
Exemplo n.º 2
0
 public void EndADSequence()
 {
     if (thisADSequenceProcessSuite.IsRunning())
     {
         thisADSequenceProcessSuite.Expire();
     }
 }
Exemplo n.º 3
0
 void StopRotation()
 {
     if (thisRotateProcessSuite.IsRunning())
     {
         thisRotateProcessSuite.Stop();
     }
 }
 void CompleteRemainingSequence()
 {
     if (thisCurrencyMasterProcessSuite.IsRunning())
     {
         TerminateAllCurrencyProcessAndStartShowButtonClusterProcess();
     }
     if (!thisShowButtonClusterProcessSuite.IsRunning())
     {
         StartShowButtonClusterProcess();
     }
     thisShowButtonClusterProcessSuite.Expire();
     thisRunningSkippableProcessSuite = null;
 }
 public bool IsCountingDown()
 {
     return(thisCountDownTimerProcessSuite.IsRunning());
 }