Quartz.NET - 如何检测作业是否暂停?
我在我正在创建的 Windows 服务中使用 Quartz.NET,并且我想要一种方法来迭代所有作业以检测它是否已暂停。如何检查作业是否已暂停?我在 JobDetail 类中找不到合适的方法。
谢谢
I'm using Quartz.NET in a Windows Service I am creating, and I'd like a way to iterate over all jobs to detect whether it is paused or not. How do I check if a job is paused? I can't find a suitable method in the JobDetail class.
Thanks
我认为你检查触发器而不是工作本身。
I think you check the trigger not the job itself.