MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / start

Method start

libminifi/include/SchedulingAgent.h:97–100  ·  view source on GitHub ↗

start

Source from the content-addressed store, hash-verified

95 bool hasTooMuchOutGoing(const std::shared_ptr<core::Processor>& processor);
96 // start
97 void start() {
98 running_ = true;
99 thread_pool_.start();
100 }
101 // stop
102 virtual void stop() {
103 running_ = false;

Callers 1

SchedulingAgentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected