We're trying to build a dashboard for our chron jobs -- CF, Java, SQLServer, etc. so that we can see when things were run last, what the result was, and when they're scheduled to run next.
Is there a way with the CFAdmin API or some undocumented <cfschedule>
trick to get a list of:
- What tasks are scheduled?
- What the last run time was?
- Did it succeed?
- When is it scheduled to run again?
We're currently on CF8, but will be upgrading to CF9 within a few weeks.
Thanks! Chris