Started
Started is a Boolean flag that indicates whether the connection associated with this lsxECLWinMetrics object is started (for example, still running as a Personal Communications connection). This property is an integer and is read-only. The Started property is 1 if the Personal Communications connection has been started; 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 our connection is started
if myWMetObj.Started then
call connection_started