ProcessJob

This class defines a notifying job that starts a native process.

Constructors

this
this(string cmd, string[] param)
Undocumented in source.

Members

Classes

StdIOWriter
class StdIOWriter
Undocumented in source.

Functions

processPlatformJob
void processPlatformJob()
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup()
Undocumented in source. Be warned that the author may not have intended to support it.
shell
auto shell()
Undocumented in source. Be warned that the author may not have intended to support it.
terminate
void terminate()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cmd
string cmd;
Undocumented in source.
param
string[] param;
Undocumented in source.
proc
ExternalProcess proc;
Undocumented in source.
result
string result;
Undocumented in source.
stdErrWriter
TextWriter stdErrWriter;
Undocumented in source.
stdOutWriter
TextWriter stdOutWriter;
Undocumented in source.

Meta