in case processing has ended and a operatorUnavailable signal is triggered...

in case processing has ended and a operatorUnavailable signal is triggered then the signal is cancelled
parent 76ec0015
......@@ -544,6 +544,8 @@ class Machine(CoreObject):
break
# if no interruption occurred the processing in M1 is ended
else:
if self.processOperatorUnavailable.triggered:
self.processOperatorUnavailable=self.env.event()
operationNotFinished=False
# =======================================================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment