11 calls to Process::updateStatus()

Process::getExitCode in drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php
Returns the exit code returned by the process.
Process::getPid in drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php
Returns the Pid (process identifier), if applicable.
Process::getStatus in drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php
Gets the process status.
Process::getStopSignal in drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php
Returns the number of the signal that caused the child process to stop its execution.
Process::getTermSignal in drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php
Returns the number of the signal that caused the child process to terminate its execution.
Process::hasBeenSignaled in drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php
Returns true if the child process has been terminated by an uncaught signal.
Process::hasBeenStopped in drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php
Returns true if the child process has been stopped by a signal.
Process::isRunning in drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php
Checks if the process is currently running.
Process::isTerminated in drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php
Checks if the process is terminated.
Process::start in drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php
Starts the process and returns after sending the STDIN.
Process::wait in drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php
Waits for the process to terminate.