I am using Quartz.NET and generate some statistics within a job. Quartz is using the database for storing its triggers and jobs.
For generating the stats, I am using the last execution time since now as date range.
I now want to know if the last run was successful or throwed an exception. I cannot store this information in the database myself.
Do I get this information from Quartz?