Message 1 of 4
Aborting a script execution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to abort further execution of a script using the API.
I tried
ui.terminateActiveCommand()
but the script keeps executing so that does not work.
plain return works only in the outermost method but not in nested calls.
plain return works only in the outermost method but not in nested calls.
Normally this would be something like exit(-77) or abort()
I could not find anything in the documentation.
Thank you,
Adrian
Adrian