Question
What can be done to app.scheduleTask() while the modal dialog is waiting for a response.
I am writing a jsx script.
This script uses app.scheduleTask to display a clock that updates every second.
When I close the project or while waiting for a modal dialog to close due to an error in another script, if I get an update to this script, I get "After Effects error: Can not run a script while a modal dialog is waiting for response." and the script will stop completely.
Is there any way to work around this?
