Spawn

Process spawn state.

Constructors

this
this(Pid pid, File _out, File _err, Log log)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

wait
ExitCode wait()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_err
File _err;
Undocumented in source.
_out
File _out;
Undocumented in source.
log
Log log;
Undocumented in source.
pid
Pid pid;
Undocumented in source.

Meta