How do I know when all jobs of schedulers are finished ?

Dani_S 4,521 Reputation points
2022-11-10T10:20:24.987+00:00

Hi,

How do I know when all jobs of schedulers are finished ?
I tried using scheduler.GetCurrentlyExecutingJobs() with timer without success.

Thanks,

Developer technologies | .NET | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 78,311 Reputation points Volunteer Moderator
    2022-11-10T18:00:47.357+00:00

    what is you use case? a job can finish, but be rescheduled (say it's scheduled every 0 seconds). there re scheduler listeners and job listeners. as this is a 3rd party library you might try their forum or stack overflow

    https://github.com/quartznet/quartznet/discussions

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.