mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
add is_running support
This commit is contained in:
@@ -80,6 +80,15 @@ void ProcessImpl::killImpl(PIDImpl pid)
|
||||
throw Poco::NotImplementedException("Process::kill()");
|
||||
}
|
||||
|
||||
bool ProcessImpl::isRunningImpl(const ProcessHandleImpl& handle)
|
||||
{
|
||||
throw Poco::NotImplementedException("Process::is_running()");
|
||||
}
|
||||
bool ProcessImpl::isRunningImpl(PIDImpl pid)
|
||||
{
|
||||
throw Poco::NotImplementedException("Process::is_running()");
|
||||
}
|
||||
|
||||
|
||||
void ProcessImpl::requestTerminationImpl(PIDImpl pid)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user