MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / IsRunning

Method IsRunning

Win32Lib/Process.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164bool Process::IsRunning() const // todo: check advantages of this against bool win32::IsProcessRunning(HANDLE handle);
165{
166 return GetExitCodeProcess(m_hProcess) == STILL_ACTIVE;
167}
168
169void Process::Wait() const
170{

Callers

nothing calls this directly

Calls 1

GetExitCodeProcessFunction · 0.85

Tested by

no test coverage detected