Timeout

dispose the process after the timeout.

Constructors

this
this(ProcessT p, Duration timeout)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
kill
void kill(int signal)

Send signal to the process.

osHandle
RawPid osHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
status
int status()
Undocumented in source. Be warned that the author may not have intended to support it.
stderr
FileReadChannel stderr()
Undocumented in source. Be warned that the author may not have intended to support it.
stdin
FileWriteChannel stdin()
Undocumented in source. Be warned that the author may not have intended to support it.
stdout
FileReadChannel stdout()
Undocumented in source. Be warned that the author may not have intended to support it.
terminated
bool terminated()
Undocumented in source. Be warned that the author may not have intended to support it.
timeoutTriggered
bool timeoutTriggered()
Undocumented in source. Be warned that the author may not have intended to support it.
tryWait
bool tryWait()
Undocumented in source. Be warned that the author may not have intended to support it.
wait
int wait()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta