- 
                Notifications
    
You must be signed in to change notification settings  - Fork 23
 
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.
Callback<bool(void)>;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.