add is_running support

This commit is contained in:
Yuval Kashtan
2014-08-11 09:10:48 +03:00
parent 7a008cbc76
commit af44951e77
14 changed files with 126 additions and 0 deletions

View File

@@ -66,6 +66,8 @@ public:
const EnvImpl& env);
static void killImpl(ProcessHandleImpl& handle);
static void killImpl(PIDImpl pid);
static bool isRunningImpl(const ProcessHandleImpl& handle);
static bool isRunningImpl(PIDImpl pid);
static void requestTerminationImpl(PIDImpl pid);
private: