Connected
Retrieves the session's host connection status.
Parameters
None.
Returns
True if the session is connected to the host system, or False otherwise.
Example
set bzhao = CreateObject("BZWhll.WhllObj")
bzhao.Connect
If ( bzhao.Connected() ) Then
   bzhao.SendKey "logon user<Enter>"
End If