MCPcopy Create free account
hub / github.com/SpartanJ/eepp / cancelBuild

Method cancelBuild

src/tools/ecode/projectbuild.cpp:726–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724}
725
726void ProjectBuildManager::cancelBuild() {
727 mCancelBuild = true;
728 if ( mProcess )
729 mProcess->kill();
730}
731
732void ProjectBuildManager::cancelRun() {
733 mCancelRun = true;

Callers 2

createContainerMethod · 0.80

Calls 1

killMethod · 0.45

Tested by

no test coverage detected