While converting a document to another document , my script (written in javascript in the Script Editor on OSX 10.10) times out with an error -1712 ("AppleEvent Timed Out").
How can ignore this timeout? Or at least extend the timeout delay.
While converting a document to another document , my script (written in javascript in the Script Editor on OSX 10.10) times out with an error -1712 ("AppleEvent Timed Out").
How can ignore this timeout? Or at least extend the timeout delay.
I found this paragraph inside the Javascript for Automation documentation Timeout, Considering, and Ignoring! You shall pass { timeout: 600 }
as last parameter to function calls.