CommStarted
CommStarted is a Boolean flag that indicates whether the connection associated with this lsxECLWinMetrics object is connected to the host data stream. The CommStarted property is an integer and is read-only. CommStarted is 1 if there is communication with the host; otherwise, it is 0. The following example shows this property.
' Create an lsxECLWinMetrics object associated with connection A
dim myWMetObj as new lsxECLWinMetrics("A")
' See if we are communicating with the host
if myWMetObj.CommStarted then
call communications_started