Part of twisted.web2.stream View Source View In Hierarchy
Runs a process hooked up to streams.
Requires an input stream, has attributes 'outStream' and 'errStream' for stdout and stderr.
outStream and errStream are public attributes providing streams for stdout and stderr of the process.Run the process.
Returns Deferred which will eventually have errback for non-clean (exit code > 0) exit, with ProcessTerminated, or callback with None on exit code 0.