Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
int16_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
unschedule
Method · 0.80
Tested by
no test coverage detected