Searched refs:processInformation (Results 1 – 1 of 1) 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 …]