Home > @rainway/web > TransportStatus
TransportStatus enum
The status of a Rainway transport implementation.
Signature:
export declare enum TransportStatus
Enumeration Members
Member | Value | Description |
---|---|---|
Connected | 2 | The transport is currently connected. |
Connecting | 1 | The transport is busy establishing a connection. |
Disconnected | 0 | The transport is not connected. |