Is there a way to stop a simulation right after it's done running (all the objects come to rest/all the data is done processing)? In other words, I don't want it continuing to run where I have to end it myself by closing the viewer.
Also, is there a way to run a program and have it not open the viewer at all (disable it), as well as not run extra overhead things (such as rendering, etc.)? I am interested in getting the run-time of ONLY my program by itself from start to finish, without any unnecessary/extra things executing before and after.
Thanks in advance
