views:

32

answers:

0

I currently have a Quartz.NET job listener for all executed jobs so they can be auditted to a table ,which is working fine. But I also need to do something else if the job fails to execute for some reason. How can I check if the job has failed in the JobListener?

Thanks