MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / stealProcessHandle

Method stealProcessHandle

src/processrunner.cpp:942–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940}
941
942env::HandlePtr ProcessRunner::stealProcessHandle()
943{
944 auto h = m_handle.release();
945 m_handle.reset(INVALID_HANDLE_VALUE);
946 return env::HandlePtr(h);
947}
948
949ProcessRunner::Results
950ProcessRunner::waitForAllUSVFSProcessesWithLock(UILocker::Reasons reason)

Callers 2

runShellMethod · 0.80
startApplicationMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected