Process.stderr

Return the running process' standard error pipe.

class Process
stderr
()

Return Value

a read-only PipeConduit connected to the child process' stderr.

Remarks: The stream will be null if no child process has been executed, or the standard error stream was not redirected.

Meta