DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Variable: AutoAbort

Variable: AutoAbort

Specifies whether you can abort scripts with <Esc>.

Definition AutoAbort, Boolean variable
Note  If you assign the value FALSE to the AutoAbort variable you cannot abort scripts. Because some commands monitor a termination there can be exceptions.
Note  If a script starts a second script with ScriptStart and if you abort the accessed script with <Esc>, DIAdem generates an error in the accessed script. You can handle this error with the On Error statement. Without an error handling DIAdem aborts all scripts and displays the row where you aborted.

Used by

Program Variables in Commands

In This Section
Was this information helpful?