MCPcopy 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
434bool OSModule::isProcessRunning(const String& processName)
435{
436 return getRunningProcesses().contains(processName);
437}
438
439StringArray OSModule::getRunningProcesses()
440{

Callers 1

Calls 1

containsMethod · 0.80

Tested by

no test coverage detected