Skip to content

DeliveryPhase

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 DeliveryPhase

Record the strongest safe delivery fact established for one mutation.

class DeliveryPhase(Enum): ...

Source · models/common.py

NameValue
NOT_SENT‘not_sent’
LOCAL_SEND_COMPLETED‘local_send_completed’
LOCAL_SEND_UNCERTAIN‘local_send_uncertain’
BROKER_ACKNOWLEDGMENT_PENDING‘broker_acknowledgment_pending’
BROKER_ACCEPTED‘broker_accepted’
RESPONSE_PENDING‘response_pending’
COMPLETED‘completed’

Version 0.2.0 · branch main