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