I run scripts in the Mechanical GUI.
Sometimes, it would be convenient to interrupt a script.
However, the scripting interface in Mechanical does not respond to CTRL-C input, which would interrupt my script if I ran it in an ironpython console window.
My question: Is there any way to interrupt a running script using a) keyboard inputs or b) another method?
Thank you!