Use this command to stop program execution and reset the test system to its initial stage, zero all variables, close all open files, flush buffers, and then start a new run calling its OnReset events.
If you reset a program while the program is running, ATEasy aborts the program and then processes any OnReset event code. If you reset a program when it is not running, ATEasy just processes the OnReset event code.
To release the active project DLLs and handles after running, use the Set Active Project Command (File Menu).
For information on OnReset events, see Module Events.