Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/sys/Process.h>
Public Member Functions | |
virtual | ~Process (void) |
virtual bool | isAlive (void)=0 |
virtual int | returnCode (void)=0 |
virtual void | kill (void)=0 |
virtual void | wait (void)=0 |
An interface with the processes of the OS.
Test if the current process is still alive.
SystemException | On process system error. |
Kill the given thread.
SystemException | On process system error. |
|
pure virtual |
If the process is terminated, get the return code.
SystemException | On process system error. |