There are two Runstate methods that can be used to achieve this functionality:
It is recommended to use the
TerminateAll() method, since this ensures that all
SubSequences will run through their Cleanup steps before stopping.
AbortAll() will stop all threads immediately.
To use either of these methods, place a
Statement step in your
MainSequence where all threads should be stopped and set the expression to one of the above methods.