8 calls to Process::updateStatus()
- Process::getExitCode in vendor/
symfony/ process/ Process.php - Returns the exit code returned by the process.
- Process::getStatus in vendor/
symfony/ process/ Process.php - Gets the process status.
- 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::readPipesForOutput in vendor/
symfony/ process/ Process.php - Reads pipes for the freshest output.
- Process::start in vendor/
symfony/ process/ Process.php - Starts the process and returns after writing the input to STDIN.
- Process::wait in vendor/
symfony/ process/ Process.php - Waits for the process to terminate.
- Process::waitUntil in vendor/
symfony/ process/ Process.php - Waits until the callback returns true.