interruptedBy variable added to CoreObject

parent fecffa5c
......@@ -65,6 +65,8 @@ class CoreObject(object):
self.interruptionEnd=self.env.event()
# self.interruptionStart=SimEvent('interruptionStart')
self.interruptionStart=self.env.event()
# variable that holds the the type of interruption interrupting the station
self.interruptedBy=None
self.entityRemoved=self.env.event()
......
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