General API Methods
General purpose API methods provide information about WMKS. These methods can be called at any time before or during connection to a target VM.
getVersion()
getConnectionState()
Retrieves the current
connection state.
- Parameters
- None
- Return Value
- Type: string. Any constant value for WMKS.CONST.ConnectionState. See WMKS Constants.
- Example Call
var version = wmks.getConnectionState();