MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / cancelBuild

Method cancelBuild

src/plugins/builder/mainframe/buildmanager.cpp:345–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345void BuildManager::cancelBuild()
346{
347 if (d->currentState == kBuilding) {
348 d->buildThread.cancel();
349 disconnectSignals();
350 d->cmdProcess.kill();
351 }
352}
353
354void BuildManager::execBuildStep(QList<BuildMenuType> menuTypelist)
355{

Callers 1

eventProcessMethod · 0.80

Calls 2

cancelMethod · 0.45
killMethod · 0.45

Tested by

no test coverage detected