Ready
Ready is a Boolean flag that indicates whether the Personal Communications connection associated with this lsxECLConnection object is ready. The Ready property is a combination of the Started, CommStarted and APIEnabled properties. It is an integer and is read-only. Ready is 1 if the Started, CommStarted and APIEnabled properties are 1; 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 the connection is ready
if myConnObj.Ready then
call conn_ready