Skip to content

QuantumGate::Local::DisableExtenders

Karel Donk edited this page Jun 10, 2018 · 2 revisions

Shuts down and disables the extenders for the instance.

Signature

Result<> DisableExtenders() noexcept;

Return values

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.
Clone this wiki locally