How do i abort execution of Idea script ?

2 posts / 0 new
Last post
BENOIT
Offline
Joined: 11/29/2018 - 11:25
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's picture
Brian Element
Offline
Joined: 07/11/2012 - 19: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.