Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ attachToProcess
Method
attachToProcess
src/processrunner.cpp:926–930 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
924
}
925
926
ProcessRunner::Results ProcessRunner::attachToProcess(HANDLE h)
927
{
928
m_handle.reset(h);
929
return postRun();
930
}
931
932
DWORD ProcessRunner::exitCode() const
933
{
Callers
1
waitForApplication
Method · 0.80
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected