Ejemplo n.º 1
0
 public JobScheduler(ExecutionWindow window, EstimatedTime maxEstimatedTime)
 {
     ExecutionWindow  = window;
     MaxEstimatedTime = maxEstimatedTime;
     QueuesScore.UpdateMaxScore(MaxEstimatedTime.ToSeconds());
 }
Ejemplo n.º 2
0
 public int Duration()
 {
     return(EstimatedTime.ToSeconds());
 }