Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ clearActiveTask
Method
clearActiveTask
libminifi/include/core/Processor.h:183–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
active_tasks_--;
182
}
183
void clearActiveTask(void) {
184
active_tasks_ = 0;
185
}
186
// Yield based on the yield period
187
void yield() override {
188
yield_expiration_ = (utils::timeutils::getTimeMillis() + yield_period_msec_);
Callers
1
unschedule
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected