/**
  * Check if the external process is running
  * @return bool
  */
 public function isRunning()
 {
     return $this->communicator->isIsRunning();
 }