Author: Dries De Peuter (dries@nousefreak.be)
Inheritance: implements Cron\Report\ReportInterface
Exemplo n.º 1
0
 /**
  * Register the end state.
  */
 protected function registerSuccessful()
 {
     $this->report->setSuccessful($this->getProcess()->isSuccessful());
 }