↧
Answer by Matthew for GetNextFireTimeUtc() returns null while trigger takes...
Just ran into this myself. Per Trigger.GetNextFireTimeUtc Method, "The value returned is not guaranteed to be valid until after the Trigger has been added to the scheduler."So make sure you call...
View ArticleGetNextFireTimeUtc() returns null while trigger takes place in the futre
I am trying to delete all the triggers that have expired because Quartz.NET crashes when it faces triggers that will never be fired. So I would like to know the next fire time of my triggers and if...
View Article
More Pages to Explore .....