Lines Matching refs:added

7  * added `Process::setOptions()` to set `Process` specific options
8 * added option `create_new_console` to allow a subprocess to continue
14 * added `Process::getStartTime()` to retrieve the start time of the process as float
28 * added `Process::getLastOutputTime()` method
33 * added the `Process::fromShellCommandline()` to run commands in a shell wrapper
36 * added the `Process::waitUntil()` method to wait for the process only for a
42 * added the `Process::isTtySupported()` method that allows to check for TTY support
44 * added the `ProcessSignaledException` class to properly catch signaled process errors
50 * added a second `array $env = []` argument to the `start()`, `run()`,
52 * added a second `array $env = []` argument to the `start()` method of the
72 * added command line arrays in the `Process` class
73 * added `$env` argument to `Process::start()`, `run()`, `mustRun()` and `restart()` methods
83 * added support for PTY mode
84 * added the convenience method "mustRun"
92 * added the ability to define an idle timeout
97 * added ProcessUtils::escapeArgument() to fix the bug in escapeshellarg() function on Windows
98 * added Process::signal()
99 * added Process::getPid()
100 * added support for a TTY mode
105 * added ProcessBuilder::setArguments() to reset the arguments on a builder
106 * added a way to retrieve the standard and error output incrementally
107 * added Process:restart()
112 * added support for non-blocking processes (start(), wait(), isRunning(), stop())
114 * added Process::getExitCodeText() that returns a string representation for
116 * added ProcessBuilder