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

Method stop

libminifi/src/core/state/ProcessorController.cpp:45–48  ·  view source on GitHub ↗

* Stop the client */

Source from the content-addressed store, hash-verified

43 * Stop the client
44 */
45int16_t ProcessorController::stop() {
46 scheduler_->unschedule(processor_);
47 return 0;
48}
49
50bool ProcessorController::isRunning() {
51 return processor_->isRunning();

Callers

nothing calls this directly

Calls 1

unscheduleMethod · 0.80

Tested by

no test coverage detected