DO11: feature request - Script interpreter Cancel running sc

Feature request for the Script interpreter. Cancel running script.

Include button to cancel the running script.

I was working in the Script interpreter (part of CLI). Where I was working on a script that I was building up. I had written about 200 lines of code and not saved. I accidentally messed up a while statement which meant that the code was stuck in a infinite loop. The only way I could find to stop the script was to kill DOpus. This meant I lost all of the code I had written.
Aside - I realise that there were many things I could have done to prevent this (save often, learn to code and so on).

Good idea, we will add this in the next update.

Thanks mate

Thanks for adding this to 11.1 beta 1.

Today I was messing with a script and caused an infinite loop and had to terminate DOpus. Where is this magic button please? :face_with_monocle:

It's probably this one:

That must be it - thanks Ipx. Sadly it cannot stop an installed script that has gone off the rails (ie in Settings > Scripts). I think DOpus should detect when a long-running script has turned the lister white (ie Not Responding) and offer to let the user kill the script :cold_face: