-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blocking schedules on stop #93
Comments
Any progress? I'm currently using a static variable to detect a Stop (of my windows service) and stop the activities of the current active job. |
Sorry, no progress so far. But this is the easiest to implement of all open issues, I believe that in the next week or so I have it done. |
+1 |
What a lie. Sorry for taking so long guys... I just finished the implementation (was really simple after all). |
Published on version 5.1.0. |
Great ! Thank you ! |
Hi, would it be possible to add a timeout parameter? When timeout is reached the scheduler stops. I used StopAndBlock(), but due to a database connection error, I could not stop my windows service. Thanks for an awesome library 👍 |
The current
JobManager.Stop
just stops the library main timer but it doesn't block the currently running schedules.A
JobManager.StopAndBlock
would be nice.The text was updated successfully, but these errors were encountered: