用于macOS自动化的Javascript中等效的Applescript“with timeout”

时间:2016-10-01 12:26:32

标签: javascript applescript jxa applescript-excel

我正在尝试使用macOS自动化中的Javascript将值从一个Excel工作表复制到另一个工作表。一切正常,直到要复制的值的数量变得相当大(如500k) - 脚本达到时间限制并返回“AppleEvent超时”错误。

根据我的发现,在AppleScript中,可以自定义默认的超时时间as easily as

with timeout of 3600 seconds
    tell ....
    end tell
end with

但是我无法在Javascript中找到这样的方法。

有谁知道它是否存在以及如何使用它?

提前致谢。

0 个答案:

没有答案