Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cutechess/cutechess
/ kill
Method
kill
projects/lib/src/engineprocess_win.cpp:373–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
371
}
372
373
void EngineProcess::kill()
374
{
375
if (m_started)
376
TerminateProcess(m_processInfo.hProcess, 0xf291);
377
}
378
379
void EngineProcess::onFinished()
380
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected