在后台运行的Shell作业中,Applescript 不退出的原因可能是因为它没有收到退出信号。为了解决这个问题,您可以尝试以下方法:
return
语句来退出脚本。例如:on run
-- your code here
return
end run
repeat
循环,请确保有一个适当的退出条件。repeat while someCondition
-- your code here
end repeat
NSApplication
的stop
方法来停止事件循环。tell application "System Events"
tell application process "YourApp"
activate
-- your code here
stop
end tell
end tell
如果您尝试了上述方法仍然无法解决问题,请提供更多关于您的脚本和使用的库或框架的详细信息,以便我们能够更好地帮助您。
领取专属 10元无门槛券
手把手带您无忧上云