MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / providesProcessList

Method providesProcessList

src/iplugin.h:130–130  ·  view source on GitHub ↗

* Check if this plugin wants to override the process list * @return true if enumerateProcesses() should be called */

Source from the content-addressed store, hash-verified

128 * @return true if enumerateProcesses() should be called
129 */
130 virtual bool providesProcessList() const { return false; }
131};
132
133// Plugin factory function signature

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected