Open System Testing Architecture

TOC PREV NEXT INDEX



CANCEL ON Command

Description:

This command terminates the automatic trapping of script errors, which is enabled with the ON ERROR command. Any script errors encountered will cause the thread to be aborted.

This command will only affect automatic trapping of script errors within the current script or scripts called by it. On exit from this script, any ON ERROR handler established by a calling script will be re-established.

Format:
 CANCEL ON {ERROR}
Parameters:

None

Examples:
 CANCEL ON
 CANCEL ON ERROR

See also:

Flow Control Commands


OpenSTA.org
Mailing Lists
Further enquiries
Documentation feedback
CYRANO.com
TOC PREV NEXT INDEX