MCPcopy 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
93bool Processor::isRunning() {
94 return (state_ == RUNNING && active_tasks_ > 0);
95}
96
97void Processor::setScheduledState(ScheduledState state) {
98 state_ = state;

Callers 6

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
loadMethod · 0.45
handle_describeMethod · 0.45
initializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected