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

Method getTriggerWhenEmpty

libminifi/include/core/Processor.h:167–169  ·  view source on GitHub ↗

Get Trigger when empty

Source from the content-addressed store, hash-verified

165 }
166 // Get Trigger when empty
167 bool getTriggerWhenEmpty(void) {
168 return (_triggerWhenEmpty);
169 }
170 // Get Active Task Counts
171 uint8_t getActiveTasks(void) {
172 return (active_tasks_);

Callers 1

hasWorkToDoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected