Searched refs:isRunning (Results 1 – 4 of 4) sorted by relevance
300 if ($this->isRunning()) {391 if ($this->isRunning()) {432 …$running = $this->isRunning() && ('\\' === \DIRECTORY_SEPARATOR || $this->processPipes->areOpen());436 while ($this->isRunning()) {473 … $running = '\\' === \DIRECTORY_SEPARATOR ? $this->isRunning() : $this->processPipes->areOpen();501 return $this->isRunning() ? $this->processInformation['pid'] : null;532 if ($this->isRunning()) {553 if ($this->isRunning()) {863 public function isRunning() function in Symfony\\Component\\Process\\Process921 if ($this->isRunning()) {[all …]
112 * added support for non-blocking processes (start(), wait(), isRunning(), stop())
104 public function isRunning() function in Facebook\\WebDriver\\Remote\\Service\\DriverService110 return $this->process->isRunning();152 if (!$process->isRunning()) {
49 if (!$this->service->isRunning()) {