CWDSStatus Enumeration
The CWDSStatus object holds constants for the Status property on CWBinding.
You can use the following constants with this data type:
- cwdsConnecting–DataSocket is in the process of connecting to the data source or target.
- cwdsConnectionActive–DataSocket is in the process of transferring the data or waiting for an update.
- cwdsConnectionError–DataSocket encountered an error connecting to the data source or target.
- cwdsConnectionIdle–DataSocket has connected to the data source and transferred the data.
- cwdsUnconnected–DataSocket is not connected to any data source or data target.