MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / isAppAlreadyRunning

Method isAppAlreadyRunning

src/client/client-common/utils/utils.cpp:206–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206bool Utils::isAppAlreadyRunning()
207{
208#ifdef Q_OS_WIN
209 return WinUtils::isAppAlreadyRunning();
210#elif defined Q_OS_MACOS
211 return MacUtils::isAppAlreadyRunning();
212#elif defined Q_OS_LINUX
213 return LinuxUtils::isAppAlreadyRunning();
214#endif
215}
216
217unsigned long Utils::getCurrentPid()
218{

Callers

nothing calls this directly

Calls 1

isAppAlreadyRunningFunction · 0.85

Tested by

no test coverage detected