when a Station, which is placed upon a conveyorbelt, experiences a jam. How does it behave?
If the object atop the Station can't move forward, does the stations process time pause or does it keep running? Is there a way to access this event? Like an "on resume"-event or something similar?
I want to depict the energy consumption of this station, by using a dynamic event, that creates another instance of itself every second for n seconds, that adjusts the energy consumption according to an excel spreadsheet, where the energy consumption of the station is written down, based on the time it has spent inside the station (there is a known curve for this). But I run into the issue, that the system sometimes jams, and the dynamic event doesnt account for that. So i would need to "stop the chain of dynamic events" and then resume it again, once the station starts working again.
Thanks for Input