void StopMotorProcess() { if (thisMotorProcessSuite.IsRunning()) { thisMotorProcessSuite.Stop(); } }
public void EndADSequence() { if (thisADSequenceProcessSuite.IsRunning()) { thisADSequenceProcessSuite.Expire(); } }
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()); }