mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 15:05:35 +02:00
add is_running support
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user