Closed Ktechkun closed 4 years ago
In class Core.py, you can set the boolean variable stop at True. sim.stop = True All internal simulator processes will stop when they are activated again.
So, like in file like SimpleSelection i can set sim.stop = 0. Thanks
How to terminate simulation using any custom measure other than time. For example if i wanted to stop simulation after N number of app successfully terminated.