Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benkuper/Chataigne
/ isProcessRunning
Method
isProcessRunning
Source/Module/modules/system/os/OSModule.cpp:434–437 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
432
433
434
bool OSModule::isProcessRunning(const String& processName)
435
{
436
return getRunningProcesses().contains(processName);
437
}
438
439
StringArray OSModule::getRunningProcesses()
440
{
Callers
1
isProcessRunningFromScript
Method · 0.80
Calls
1
contains
Method · 0.80
Tested by
no test coverage detected