In the VisualCron Client, how often do you get the VisualCron.JobClass from the server? In my application, during the initialization, I call "vcServer.Jobs.Get(..)" one time and hold the reference to object throughout life cycle of service.
Would calling Jobs.Get(...) every time help refresh the JobClass.Stats in the JobClass object?