예제 #1
0
파일: Abstract.php 프로젝트: vgrish/dvelum
 /**
  * Check if task was killed by task manager
  */
 protected function _isLive()
 {
     if (!$this->_tm->isLive($this->_pid)) {
         $this->terminate();
     }
 }