Exemplo n.º 1
0
 /**
  * Update the task statistics
  * to send the information on the task progress
  */
 public function updateState()
 {
     $this->_tm->updateState($this->_pid, $this->_opTotal, $this->_opFinished, $this->_status);
 }