SET_ABORT_HANDLER ( String  PROC,
Qualifier  DEFAULT 
)

Define a procedure to be called in the event of a Control-C being received.

This procedure is called before a user prompt is returned to the command line and additional control-C presses are ignored during its execution. The procedure remains the active handler until it is called, after which it will need to be readded by calling SET_ABORT_HANDLER again. It is possible for the handler to re-register itself while it is executing if this behaviour is desired.

Parameters:
[in] PROC name of procedure to call
[in] DEFAULT reset handler to the default (which does nothing additional)
 All Files Functions

Generated on 9 May 2010 for Open GENIE GCL for Instruments by  doxygen 1.6.1