Abort

The Abort button  can be found in the Run menu.

The Abort button aborts program execution; you can also use ALT-F5 for this command. This function is enabled only when the program is being executed. When you select Abort, the program is aborted and a message to that effect is printed to the Test Log.

After the abort event has been signalled, if an OnAbort() routine has been defined, that routine is executed. An OnAbort() routine can be useful for resetting the system's instrumentation, switching unit, and power supplies.