Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在文件 a 中有一个脚本,它使用 PerformScript 调用文件 b 中的另一个脚本。我需要得到这个脚本的结果,但是调用 Get(ScriptResult) 不起作用,它总是空的。有任何想法吗?
你能让我们看看你的脚本的内容吗?没有细节就很难说发生了什么。
文件 b 中的脚本必须使用Exit Script脚本步骤退出,并且该脚本步骤必须设置结果选项。
调用脚本中的Get(ScriptResult)应返回结果。