Beispiel #1
0
 public void Cancel(Job job)
 {
     changeState(job, State.Cancelled);
     scheduler.removeJob(job);
 }