Skip to main content

How do i abort execution of Idea script ?

Hello,
How do i abort execution of an Idea script ?
I didn't find answers in the forum.
thank you
 

Brian Element Sun, 12/02/2018 - 13:57

You can included breaks as part of your script, such as when you performan extraction and 0 records are returned then you stop the script since your analysis won't be on anything else.

If you really need to break it then it is probably an CTRL - ALT - DEL and stop IDEA running.