Searched refs:processInformation (Results 1 – 2 of 2) sorted by relevance
66 private $processInformation; variable in Symfony\\Component\\Process\\Process441 …if ($this->processInformation['signaled'] && $this->processInformation['termsig'] !== $this->lates…501 return $this->isRunning() ? $this->processInformation['pid'] : null;802 return $this->processInformation['signaled'];819 if ($this->isSigchildEnabled() && -1 === $this->processInformation['termsig']) {823 return $this->processInformation['termsig'];839 return $this->processInformation['stopped'];855 return $this->processInformation['stopsig'];871 return $this->processInformation['running'];1346 $this->processInformation = proc_get_status($this->process);[all …]
64 private $processInformation; variable in Symfony\\Component\\Process\\Process428 …if ($this->processInformation['signaled'] && $this->processInformation['termsig'] !== $this->lates…429 …(sprintf('The process has been signaled with signal "%s".', $this->processInformation['termsig']));442 return $this->isRunning() ? $this->processInformation['pid'] : null;753 return $this->processInformation['signaled'];770 …nabled() && (!$this->enhanceSigchildCompatibility || -1 === $this->processInformation['termsig']))…774 return $this->processInformation['termsig'];790 return $this->processInformation['stopped'];806 return $this->processInformation['stopsig'];822 return $this->processInformation['running'];[all …]