Type: Integer
The read-only state property of the JadeMultiWorkerTcpConnection class contains the state of the connection.
Methods can be called only in the appropriate state and they can cause the connection state to change. The values of the state property are listed in the following table.
JadeMultiWorkerTcpConnection Class Constant | Integer Value |
---|---|
CloseRequested | 7 |
Closing | 8 |
Connected | 3 |
Opening | 2 |