VICI
0.11.815
Visual Chart Interpreter
|
Abstract child process interface for ChildProcessMgr. More...
#include <vici/proc.h>
Public Member Functions | |
virtual | ~AbstractChildProcess () |
Destructor. | |
virtual int | getId ()=0 |
Returns the pid of the child process. | |
virtual void | kill ()=0 |
Terminates the child process. | |
virtual bool | done ()=0 |
get the running state of the process. | |
virtual void | finished (int exit_status)=0 |
Called by the manager when the child completes. | |
Abstract child process interface for ChildProcessMgr.