/**
  * @return TblCronTask[]
  */
 public function getActiveCronTasks()
 {
     return $this->_cronTaskRepository->getActiveCronTasks();
 }