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 | 9458 | March 8, 2017 | |
Status of currently added job | 0 | 489 | July 11, 2019 | |
How to check if a RecurringJob exist using the Id | 5 | 9371 | February 14, 2016 | |
How to check if job is scheduled by recurringJobId? | 0 | 1188 | March 5, 2015 | |
Getting state of recurring job | 1 | 1980 | August 14, 2017 |