$data,
['id' =>
$job->
getId()] );
} } /**
* {@inheritdoc}
*/
public function startJob(Enlight_Components_Cron_Job
$job) { $job->
setStart();
$this->
updateJob($job);
return $this->connection->
update( $this->tableName,
['end' => null
],
['id' =>
$job->
getId()] ) > 0;
} /**
* {@inheritdoc}
*/