How I can get all the active jobs scheduled in the Quartz.NET scheduler? I tried the GetCurrentlyExecutingJobs() but it is returning always 0.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
That method doesn't seem to work.
When a job is found it means that it is still active.
If you set your job as durable, though, it will never be deleted if there are no associated trigger.
UPDATE: I did some debugging to see what happens with |
||||
|