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
ExitStatus 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