Home
last modified time | relevance | path

Searched refs:isRunning (Results 1 – 4 of 4) sorted by relevance

/template/strap/vendor/symfony/process/
H A DProcess.php300 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\\Process
921 if ($this->isRunning()) {
[all …]
H A DCHANGELOG.md112 * added support for non-blocking processes (start(), wait(), isRunning(), stop())
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverService.php104 public function isRunning() function in Facebook\\WebDriver\\Remote\\Service\\DriverService
110 return $this->process->isRunning();
152 if (!$process->isRunning()) {
H A DDriverCommandExecutor.php49 if (!$this->service->isRunning()) {