有没有办法从 XUL 中的流程获取反馈?

发布于 2024-09-13 11:12:30 字数 228 浏览 12 评论 0原文

我开始开发一个必须与外部应用程序交互的扩展。我可以按照此处所述运行外部应用程序,但我没有找到一种方法得到任何反馈。我获得的唯一信息是退出状态,而我需要读取应用程序输出,因为它会显示在终端(stdout)上。有办法做到这一点吗?

I'm starting to develop an extension which must interact with an external application. I can run the external application as described here, but I do not see a way to get any feedback. The only information I get is the exit status, while I need to read the application output, as it would appear on a terminal (stdout). Is there a way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

余生一个溪 2024-09-20 11:12:30

运行 nsiProcess 后,循环检查 isRunning 属性。当它停止运行时,检查 exitValue 属性。据我了解,这在不同平台上的表现可能有所不同,但我确实在 Windows 上成功使用了它。

After running the nsiProcess, loop while checking the isRunning attribute. When it stops running, check the exitValue attribute. As I understand it, this may behave differently on different platforms, but I did use it successfully on Windows.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文