Spawn

Process spawn state. Action accessing predeclared file system resources.

Constructors

this
this(Pid pid, File input_, File out_, File err_, LogLevel logLevel)
Undocumented in source.

Postblit

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

Members

Functions

setLogLevel
auto ref setLogLevel(LogLevel logLevel)
Undocumented in source. Be warned that the author may not have intended to support it.
wait
ExitStatus wait()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

error
File error;
Undocumented in source.
input
File input;
Undocumented in source.
logLevel
LogLevel logLevel;
Undocumented in source.
output
File output;
Undocumented in source.
pid
Pid pid;
Undocumented in source.

Meta