Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ isRunning
Method
isRunning
libminifi/src/core/Processor.cpp:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
bool Processor::isRunning() {
94
return (state_ == RUNNING && active_tasks_ > 0);
95
}
96
97
void Processor::setScheduledState(ScheduledState state) {
98
state_ = state;
Callers
6
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
load
Method · 0.45
handle_describe
Method · 0.45
initialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected