Skip to content

PreflightResult

Part of Reusable workflows in the Python API reference.

Related guidance: shipped-tooling.

Runnable examples: preflight.py.

from picogrid_ecn_client.workflows import PreflightResult

Structured result of the public connectivity preflight.

PreflightResult(*, report: PreflightReport)

Source · workflows/diagnostics.py

NameTypeRequiredDefaultConstraintsDescription
reportPreflightReportyesPublic report containing every completed preflight check.

Version 0.2.0 · branch main