Skip to content

QuantumGate::Extender::StartupCallback

Karel Donk edited this page Dec 10, 2019 · 1 revision

This callback function gets called by the QuantumGate instance to notify an extender to initialize and startup.

Declaration

Callback<bool(void)>;

Return values

The extender should return a bool value indicating whether or not it was successfully initialized (true) or not (false). If the extender failed to initialize, the QuantumGate instance will ignore it.

Clone this wiki locally