Table of Contents

How do I abort a running Automation script?

To abort a running Automation script, close the dialog by clicking the X in the top-right corner.

Note

You can also abort the script by using the following keyboard shortcuts:

  • In a web app, press ESC.
  • In DataMiner Cube, press ALT+F4.
Note

If a user aborts an interactive script, this will generate the exception "InteractiveUserDetachedException", which can optionally be handled in the code of the script. If it is not handled in the script, by default the script will shut down. Otherwise, the further implementation of the code in the script will determine what happens with the script execution.

Alternatively, you can abort a running Automation script by means of the DataMiner SLNetClientTest tool. See Aborting a running Automation script.

Warning

The DataMiner SLNetClientTest program is an advanced system administration tool that should be used with extreme care (C:\Skyline DataMiner\Files\SLNetClientTest.exe).