- Overview
- ConnectionRetryState
ConnectionRetryState
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 ConnectionRetryStateDescribe whether and why the sole reconnect supervisor may run again.
class ConnectionRetryState(Enum): ...Members
Section titled “Members”| Name | Value |
|---|---|
| INACTIVE | ‘inactive’ |
| CONNECTING | ‘connecting’ |
| SCHEDULED | ‘scheduled’ |
| WAITING_FOR_CREDENTIALS | ‘waiting_for_credentials’ |
| TERMINAL | ‘terminal’ |
Version 0.2.0 · branch main
