auto stop clock

Is there a way to automatically stop the clock when a script fails? I often like to walk away from my computer or get busy doing something else while a script is running, and if the script fails without seeing it, the script is aborted. This is especially troublesome when I’m executing a script that calls other scripts, and one of the called scripts experiences a failure. I then have to open the called script and find/fix the problem. Leaving the clock stopped automatically would save me tons of time.

There is a setting that will give you an unlimited amount of time with the image doctor open after a script fails to find an image.

Under preferences select the run icon.
Click on the System tab.
Set Doctor Delay to 0

Next time your script cannot find an image it will pause until you resolve the issue.

That is awesome, thanks!