TC.vtcDisconnect
Disconnects from the server.
Equivalent method in VuGen: lrvtc_disconnect
TC.vtcDisconnect(vtsName);
Arguments
vtsName. (Optional, string) The alias of the VTS server.
Return value
A promise that is fulfilled with 0 if completed successfully.
Example
(async ()=>{
let ret = await TC.vtcDisconnect("vtsName");
})();