- Overview
- ClientState
ClientState
Part of Diagnostics & preflight in the Python API reference.
Related guidance: getting-started/preflight, how-to/troubleshooting.
Runnable examples: preflight.py.
from picogrid_ecn_client import ClientStateDescribe the client’s current lifecycle state.
class ClientState(Enum): ...Members
Section titled “Members”| Name | Value |
|---|---|
| CREATED | ‘created’ |
| STARTING | ‘starting’ |
| READY | ‘ready’ |
| RECONNECTING | ‘reconnecting’ |
| CLOSING | ‘closing’ |
| CLOSED | ‘closed’ |
| FAILED | ‘failed’ |
Version 0.2.0 · branch main
