コード例 #1
0
 public JobScheduler(ExecutionWindow window, EstimatedTime maxEstimatedTime)
 {
     ExecutionWindow  = window;
     MaxEstimatedTime = maxEstimatedTime;
     QueuesScore.UpdateMaxScore(MaxEstimatedTime.ToSeconds());
 }
コード例 #2
0
 public int Duration()
 {
     return(EstimatedTime.ToSeconds());
 }