Return the running process' standard output pipe.
a read-only PipeConduit connected to the child process' stdout.
Remarks: The stream will be null if no child process has been executed, or the standard output stream was not redirected.
See Implementation
Return the running process' standard output pipe.