Skip to content

CheckStatus

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 CheckStatus

Report the outcome of one preflight check.

class CheckStatus(Enum): ...

Source · models/common.py

NameValue
PASS‘pass’
FAIL‘fail’
SKIPPED‘skipped’
UNKNOWN‘unknown’

Version 0.2.0 · branch main