Пример #1
0
 /**
  * Must return an object of type SchedulerJobStatus
  * @param $args
  * @return SchedulerJobStatus
  */
 public function perform($args)
 {
     return SchedulerJobStatus::getStatusObject(SchedulerJobStatus::SCHEDULERJOB_STATUS_SUCCESS, "Dummy job - Successful");
 }