VB Enumeration | Value | Description |
---|---|---|
cclInit | 0 | Terminal defined but not installed |
cclActive | 1 | Terminal connected (not used) |
cclIdle | 2 | Idle, Client daemon needs to initiate transaction |
cclServer | 3 | Waiting for server |
cclClient | 4 | Waiting for client to respond |
cclDiscon | 5 | Disconnected |
cclError | 6 | Terminal error, handle exception for more information |