- Overview
- PreflightResult
PreflightResult
Part of Reusable workflows in the Python API reference.
Related guidance: shipped-tooling.
Runnable examples: preflight.py.
from picogrid_ecn_client.workflows import PreflightResultStructured result of the public connectivity preflight.
PreflightResult(*, report: PreflightReport)Source · workflows/diagnostics.py
Fields
Section titled “Fields”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
| report | PreflightReport | yes | — | — | Public report containing every completed preflight check. |
Version 0.2.0 · branch main
