Automation Blocks : Is there a way to force stop a script?
Hello,
I built a script that checks a variable. If the variable is OK, the script continues but if it's not, I would like to stop the script. Is it possible?
I noticed that some UI blocks could do it (open file dialog, save dialog, ...) but I'm looking for a simpler block (just the "stop script" function).
The only workaround I've found so far is to prompt an alert and intentionally provoke an error (but it's not the cleanest solution 😅)...
