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.
文档RunWait()缺少对返回的错误代码的描述。
RunWait()
不同的错误代码值是什么意思?
这是因为这些代码是您运行的程序的结果RunWait,而不是这个 AutoIT 功能。
RunWait
通用成功代码为零,任何非零值都可能意味着任何事情,知道发生了什么的唯一方法是研究这个确切的应用程序或控制台命令输出。