Started
Started is a Boolean flag that indicates whether the connection associated with this lsxECLPS 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 lsxECLPS object associated with connection A
dim myPSObj as new lsxECLPS("A")
' See if our connection is started
if myPSObj.Started then
call connection_started