Lines Matching refs:added
13 * added command line arrays in the `Process` class
14 * added `$env` argument to `Process::start()`, `run()`, `mustRun()` and `restart()` methods
24 * added support for PTY mode
25 * added the convenience method "mustRun"
33 * added the ability to define an idle timeout
38 * added ProcessUtils::escapeArgument() to fix the bug in escapeshellarg() function on Windows
39 * added Process::signal()
40 * added Process::getPid()
41 * added support for a TTY mode
46 * added ProcessBuilder::setArguments() to reset the arguments on a builder
47 * added a way to retrieve the standard and error output incrementally
48 * added Process:restart()
53 * added support for non-blocking processes (start(), wait(), isRunning(), stop())
55 * added Process::getExitCodeText() that returns a string representation for
57 * added ProcessBuilder