Esempio n. 1
0
 protected function beforeStart()
 {
     parent::beforeStart();
     $this->getOperationHistory()->setContentData('connection_id', $this->getRequestConnectionId());
 }
Esempio n. 2
0
 protected function afterEnd()
 {
     parent::afterEnd();
     Mage::helper('M2ePro/Data_Global')->unsetValue('cron_running');
 }