We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab1b6b commit 34672dfCopy full SHA for 34672df
1 file changed
src/emc/usr_intf/gmoccapy/gmoccapy.py
@@ -2630,7 +2630,7 @@ def _periodic(self):
2630
2631
# every 1 second this gets called
2632
def _periodic_1s(self):
2633
- if self.GSTAT.is_auto_running:
+ if self.GSTAT.is_auto_running() and not self.GSTAT.is_auto_paused():
2634
self.elapsed_time_run += 1
2635
self._update_progressbar_text()
2636
return True
0 commit comments