Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/process/
H A DProcess.php82 private $latestSignal; variable in Symfony\\Component\\Process\\Process
441 …->processInformation['signaled'] && $this->processInformation['termsig'] !== $this->latestSignal) {
1496 $this->latestSignal = null;
1548 $this->latestSignal = $signal;
1551 $this->fallbackStatus['termsig'] = $this->latestSignal;