Skip to content

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 ConnectionRetryState

Describe whether and why the sole reconnect supervisor may run again.

class ConnectionRetryState(Enum): ...

Source · models/common.py

NameValue
INACTIVE‘inactive’
CONNECTING‘connecting’
SCHEDULED‘scheduled’
WAITING_FOR_CREDENTIALS‘waiting_for_credentials’
TERMINAL‘terminal’

Version 0.2.0 · branch main