/**
  * 
  * @return boolean
  */
 public function jobFinished()
 {
     parent::jobFinished();
     return $this->isComplete === true;
 }