Hi,
I'm looking for a means to capture in real time, the status of visual cron jobs. Specifically the execution time.
Example
I have three jobs on a PC.
Job A, Waiting, execution time was 00:00:05.1
Job B, Waiting, execution time was 00:10:01.1
Job C, Running, execution time in incrementing because the job is running.
There is a VisualCron task for job reporting, but it does not report real time execution time for a job Running. The execution time is the previous final execution time when the job last ran. I'm looking for a means of reporting the "real time" execution time.