Exemple #1
0
 /**
  * @return null
  */
 protected function checkClientAlreadyRunning()
 {
     $this->clientRunningWasChecked = true;
     $this->clientAlreadyRunning = $this->commandsManager->isProcessNameRunning($this->moduleName);
     return null;
 }