Commit bbeee29b authored by Georgios Dagkakis's avatar Georgios Dagkakis

machine to set currentOperator to None at the start of every replication

parent 59c5901d
...@@ -194,6 +194,8 @@ class Machine(CoreObject): ...@@ -194,6 +194,8 @@ class Machine(CoreObject):
# events about the availability of process operator # events about the availability of process operator
# TODO group those operator relate events # TODO group those operator relate events
self.processOperatorUnavailable=self.env.event() self.processOperatorUnavailable=self.env.event()
# holds the Operator currently processing the Machine
self.currentOperator=None
@staticmethod @staticmethod
def getOperationTime(time): def getOperationTime(time):
......
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