Example #1
0
 public SchedulerJobStats GatherJobStats(string workKey)
 {
     return(StatsHelper.GatherJobStats(_work.GetAll(), workKey));
 }