MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / isRunning

Method isRunning

src/system/process/process.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43bool Process::isRunning() const {
44 return impl_->isRunning();
45}
46
47void Process::kill() const {
48 impl_->kill();

Callers 3

waitForStartMethod · 0.45
startMethod · 0.45
is_window_readyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected