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

Method ComplexMonitor

libminifi/include/utils/Monitors.h:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138class ComplexMonitor : public utils::AfterExecute<TaskRescheduleInfo> {
139 public:
140 ComplexMonitor() = default;
141
142 bool isFinished(const TaskRescheduleInfo &result) override {
143 if (result.finished_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected