Is your feature request related to a problem? Please describe.
Currently if the user stops the voting period in the middle of an effect, the effect stays.
Describe the solution you'd like
We should implement a tick / onTick classmethod that keeps track of the running state of the effect, which stops the effect when the stop button is pressed (called from the GUI).
Is your feature request related to a problem? Please describe. Currently if the user stops the voting period in the middle of an effect, the effect stays.
Describe the solution you'd like We should implement a
tick
/onTick
classmethod that keeps track of the running state of the effect, which stops the effect when the stop button is pressed (called from the GUI).