예제 #1
0
 /**
  * run the job, then remove it from the joblist
  *
  * @param IJobList jobList
  * @param ILogger|null logger
  *
  * @since 15.0.0
  */
 public void execute(IJobList jobList, ILogger logger = null)
 {
     jobList.remove(this, this.argument);
     execute(jobList, logger);
 }