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