Subprocess

Represents one managed subprocess

Members

Functions

handleInput
void handleInput()

Called when select() identifies that the process wrote something.

handleMessage
void handleMessage(StartMessage m)
Undocumented in source. Be warned that the author may not have intended to support it.
handleMessage
void handleMessage(NewRootMessage m)
Undocumented in source. Be warned that the author may not have intended to support it.
handleMessage
void handleMessage(ResultStartMessage m)
Undocumented in source. Be warned that the author may not have intended to support it.
handleMessage
void handleMessage(ResultInodeStartMessage m)
Undocumented in source. Be warned that the author may not have intended to support it.
handleMessage
void handleMessage(ResultInodeErrorMessage m)
Undocumented in source. Be warned that the author may not have intended to support it.
handleMessage
void handleMessage(ResultMessage m)
Undocumented in source. Be warned that the author may not have intended to support it.
handleMessage
void handleMessage(ResultInodeEndMessage m)
Undocumented in source. Be warned that the author may not have intended to support it.
handleMessage
void handleMessage(ResultErrorMessage m)
Undocumented in source. Be warned that the author may not have intended to support it.
handleMessage
void handleMessage(ResultEndMessage m)
Undocumented in source. Be warned that the author may not have intended to support it.
handleMessage
void handleMessage(FatalErrorMessage m)
Undocumented in source. Be warned that the author may not have intended to support it.
pause
void pause(bool doPause)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

pid
Pid pid;
Undocumented in source.
pipe
Pipe pipe;
Undocumented in source.
socket
Socket socket;
Undocumented in source.

Meta