Windows计划任务,以编程方式检测故障

发布于 2024-11-14 10:09:58 字数 92 浏览 1 评论 0原文

我想开发一个监视器来检测失败的计划任务和运行时间超过“x”分钟的任务。我正在寻找探测任务状态并检测故障代码(或接收运行状态)的想法。我还想验证“x 小时后停止运行”设置。

I'd like to develop a monitor to detect failed scheduled tasks and tasks that have run for over 'x' minutes. I'm looking for ideas to probe status of tasks and detect a failure code (or receive a status of running). I'd also like to verify the "stop running after 'x' hours" setting.

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

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

发布评论

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

评论(1

错爱 2024-11-21 10:09:58

让计划任务在数据库中记录其开始时间、结束时间和结束状态。您需要做的就是查询起始表和结束表中的最新条目以了解当前状态。作为奖励,它会给你一段历史。

Have the scheduled task log its start time, end time, and end status in a database. All you need to do is query for the latest entries in the start and end tables to know the current status. As a bonus it gives you a history.

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