void StopMotorProcess() { if (thisMotorProcessSuite.IsRunning()) { thisMotorProcessSuite.Stop(); } }
public void UpdateLevel(int level) { thisUpdateBowLevelProcessSuite.Stop(); float targetFill = CalcFill(level); thisBowLevelPaneAdaptor.SetFill(targetFill); }
void StopRotation() { if (thisRotateProcessSuite.IsRunning()) { thisRotateProcessSuite.Stop(); } }
void StartHideTextProcess() { thisShowProcessSuite.Stop(); thisHideProcessSuite.Start(); }
void StopButtonHoldProcess() { thisHoldProcessSuite.Stop(); thisHoldIndicatorImage.SetHoldValue(0f); thisHoldIndicatorImage.DeactivateRecursively(false); }