Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
726
void ProjectBuildManager::cancelBuild() {
727
mCancelBuild = true;
728
if ( mProcess )
729
mProcess->kill();
730
}
731
732
void ProjectBuildManager::cancelRun() {
733
mCancelRun = true;
Callers
2
createContainer
Method · 0.80
registerUnlockedCommands
Method · 0.80
Calls
1
kill
Method · 0.45
Tested by
no test coverage detected