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