Alertra Script Language 1.9
resume
Returns execution of the script to the next statement after the statement that generated the last error.
This command is only useful if you have an on error goto error handler in effect.
usage: resume
examples
resume
Returns execution to the statement following the one that generated the error.
Alertra Script Language: Language Reference