Ready

Ready is a Boolean flag that indicates whether the Personal Communications connection associated with this lsxECLWinMetrics 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 an lsxECLWinMetrics object associated with connection A
dim myWMetObj as new lsxECLWinMetrics("A")
 
' See if our connection is ready
if myWMetObj.Ready then
  call conn_ready