Started
Started is a Boolean flag that indicates whether the connection associated with this lsxECLOIA object is started (for example, still running as a Personal Communications connection). The Started property is an integer and is read-only. Started is 1 if the Personal Communications connection has been started; otherwise, it is 0. The following example shows this property.
' Create an lsxECLOIA object associated with connection A
dim myOIAObj as new lsxECLOIA("A")
' See if our connection is started
if myOIAObj.Started then
call connection_started