MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / attachJob

Method attachJob

MiniZincIDE/process.cpp:125–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124#ifdef Q_OS_WIN
125void Process::attachJob()
126{
127 HANDLE hProcess = OpenProcess(PROCESS_ALL_ACCESS, true, processId());
128 if (hProcess != nullptr) {
129 AssignProcessToJobObject(jobObject, hProcess);
130 }
131}
132#endif
133
134void MznDriver::setLocation(const QString &mznDistribPath)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected