ReadonlyipcIPC pipe (non-PTY mode only, undefined in PTY mode) Used for inter-process communication
ReadonlypidProcess ID
ReadonlyreadablePTY readable stream (PTY mode only, undefined in non-PTY mode) On Linux, same object as writable
ReadonlystderrStderr stream (non-PTY mode only, undefined in PTY mode)
ReadonlystdinStdin stream (non-PTY mode only, undefined in PTY mode)
ReadonlystdoutStdout stream (non-PTY mode only, undefined in PTY mode)
ReadonlywritablePTY writable stream (PTY mode only, undefined in non-PTY mode) On Linux, same object as readable
Child process object