I need to check if a recurring job is currently executing, either via it’s normal schedule or being kicked off manually from the dashboard. I tried to check the status via JobStorage.Current.GetConnection().GetRecurringJobs() but this does not seem to include if the job was kicked off via the dashboard. I also looked at JobStorage.Current.GetMonitoringApi().ProcessingJobs(0, 50).Any(j => jobid = ?? but am not sure how to identify the job I’m looking for? Ty.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Reccuring Jobs - How to know if a Recurring job is running | 1 | 9435 | March 8, 2017 | |
Status of currently added job | 0 | 486 | July 11, 2019 | |
Check recurring jobs | 1 | 588 | January 24, 2021 | |
Getting state of recurring job | 1 | 1975 | August 14, 2017 | |
Is there a way to get the list of recurring job by jobId? | 0 | 633 | February 11, 2020 |