MCPcopy 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
926ProcessRunner::Results ProcessRunner::attachToProcess(HANDLE h)
927{
928 m_handle.reset(h);
929 return postRun();
930}
931
932DWORD ProcessRunner::exitCode() const
933{

Callers 1

waitForApplicationMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected