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

Method pause

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

Source from the content-addressed store, hash-verified

52}
53
54int16_t ProcessorController::pause() {
55 scheduler_->unschedule(processor_);
56 return 0;
57}
58
59} /* namespace state */
60} /* namespace minifi */

Callers

nothing calls this directly

Calls 1

unscheduleMethod · 0.80

Tested by

no test coverage detected