Variable: AutoAbort
- Updated2024-09-12
- 1 minute(s) read
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. |