Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ getActiveTasks
Method
getActiveTasks
libminifi/include/core/Processor.h:171–173 ·
view source on GitHub ↗
Get Active Task Counts
Source
from the content-addressed store, hash-verified
169
}
170
// Get Active Task Counts
171
uint8_t getActiveTasks(void) {
172
return (active_tasks_);
173
}
174
// Increment Active Task Counts
175
void incrementActiveTasks(void) {
176
active_tasks_++;
Callers
2
reset
Method · 0.80
reset
Method · 0.80
Calls
no outgoing calls
Tested by
1
reset
Method · 0.64