Hi folksI'm currently writing a C# scheduler application. When using PauseJob, the job doesn't run. When I use ResumeJob (after a PauseJob), all of the jobs that were "missed" during the Pause time execute.Any way I can stop it?
You can change the misfire policy so that the job does not trigger if you pause it, but consider that the misfire policy applies not just to a paused job, but to whenever the job does not fire when it should.
--
You received this message because you are subscribed to the Google Groups "Quartz.NET" group.
To view this discussion on the web visit https://groups.google.com/d/msg/quartznet/-/Ju00x4UPzGEJ.
To post to this group, send email to quar...@googlegroups.com.
To unsubscribe from this group, send email to quartznet+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/quartznet?hl=en.
To unsubscribe from this group, send email to quartznet+unsubscribe@googlegroups.com.