Hey Folks,
I am using a app.scheduleTask as an interval to look if the contents of a folder have changed in the background.
This works well enough but if the user opens up an internal modal dialog (e.g. compositions settings), AE throws an error:
I have not been able to find any system event or variable to check if AE is currently busy with a modal dialog.
At the moment the user needs to restart the complete script, since the error stops the script from further execution.
Is there any option to check for modal dialogs?
Otherwise app.scheduleTask is pretty flawed as it causes every script to break if the user enters a modal dialog.
Cheers,
Matthias