Quartz.NET trigger states - what states require administrator attention?
I'm using Quartz.NET in an application I am 开发者_开发知识库creating, and also a backup application that will detect when Quartz is 'not working right' - this can be the scheduler being down, or, in this case, triggers in specific states where they will never be executed.
But, which states would I need to check for? i.e, which states would require administrator attention?
Seems to be any triggers stuck in 'Blocked' mostly
精彩评论