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

0 if completed successfully. If unsuccessful, it throws an exception message.

Example

Copy code
TC.vtcDisconnect( "MyVts");