Enumeration: ConnectionState
Defined in: src/common/web/data/stores/NetworkStore.ts:12
The state of the connection to the server:
- Disconnected: No connection is established
- Connected: A connection has been established, but no remote information has been received yet
- Ready: The connection has been established and the remote information has been received; the connection is ready to use
Enumeration Members
Connected
Connected:
1
Defined in: src/common/web/data/stores/NetworkStore.ts:14
Disconnected
Disconnected:
0
Defined in: src/common/web/data/stores/NetworkStore.ts:13
Ready
Ready:
2
Defined in: src/common/web/data/stores/NetworkStore.ts:15