QVAC Logo

close( )

Closes the RPC connection to the QVAC server.

function close(): Promise<void>;

Parameters

None.

Returns

Promise<void> — Resolves when the connection is closed. If no connection exists, resolves immediately.

On this page