The Pid of the child process.
An std.stdio.File that allows reading from the child process' standard error stream.
An std.stdio.File that allows writing to the child process' standard input stream.
An std.stdio.File that allows reading from the child process' standard output stream.
Object which contains std.stdio.File handles that allow communication with a child process through its standard streams.