guryanovev / CrystalQuartz

pluggable UI for Quartz.NET
MIT License
1.01k stars 313 forks source link

Trigger fires, job runs, I know that it ends but the UI does not #82

Closed natnat85 closed 5 years ago

natnat85 commented 5 years ago

Hello,

I run a set of jobs. The each have a trigger that makes them run every day at the same time. Once the job runs and I know it completes, the trigger bar does not update . It only displays trigger fire time and the trigger green bar keeps going on an on.

My job class's execute is set to return an empty task either way. I'm not sure why the UI is not updated as the execute method runs and finishes.

Any pointers or could this be a bug?