-
Notifications
You must be signed in to change notification settings - Fork 23
QuantumGate::Local::DisableExtenders
Karel Donk edited this page Jun 10, 2018
·
2 revisions
Shuts down and disables the extenders for the instance.
Result<> DisableExtenders() noexcept;Returns a QuantumGate::Result object equal to one of the following QuantumGate::ResultCodes:
| Value | Description |
|---|---|
QuantumGate::ResultCode::Succeeded |
The operation succeeded. |
QuantumGate::ResultCode::FailedNotRunning |
The operation failed because the QuantumGate instance wasn't running. |