(Copied from original User Voice forum)
"Many times I have made a mistake in a for-loop or wherever and then there is no way for me to stop the script from calculating except by going to the Windows Task Manager and killing the Maya application.
For example, try this in a new scene:
for ($i = 20; $i > 1; $i -2 ) {
print $i;
}
There is no way out, that was a stupid mistake but give a guy a "break" please. Maybe a hotkey of sorts. "