MCPcopy Create free account
hub / github.com/Kitware/CMake / IsFinished

Method IsFinished

Source/cmWorkerPool.cxx:161–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 cmWorkerPool::ProcessResultT* Result() const { return this->Setup_.Result; }
160 bool IsStarted() const { return this->IsStarted_; }
161 bool IsFinished() const { return this->IsFinished_; }
162
163 // -- Runtime
164 void setup(cmWorkerPool::ProcessResultT* result, bool mergedOutput,

Callers 2

UVExitMethod · 0.80
UVProcessFinishedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected