-
Couldn't load subscription status.
- Fork 23
QuantumGate::Local::AreListenersEnabled
Karel Donk edited this page Oct 27, 2021
·
3 revisions
Returns whether the specified listeners are enabled for the instance.
bool AreListenersEnabled(const ListenerType type) const noexcept;| Name | Description |
|---|---|
type |
The listener type to check for. See QuantumGate::Local::ListenerType for details. |
Returns true if the specified listeners are enabled and false if not.