Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
bool Process::isRunning() const {
44
return impl_->isRunning();
45
}
46
47
void Process::kill() const {
48
impl_->kill();
Callers
3
waitForStart
Method · 0.45
start
Method · 0.45
is_window_ready
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected