Skip to content

WatchEntitiesResult

Part of Reusable workflows in the Python API reference.

Related guidance: shipped-tooling.

Runnable examples: watch_detections.py, watch_tracks.py.

from picogrid_ecn_client.workflows import WatchEntitiesResult

Entity events retained by a watch.

WatchEntitiesResult(*, events: tuple[EntityEvent, ...])

Source · workflows/observe.py

NameTypeRequiredDefaultConstraintsDescription
eventstuple[EntityEvent, …]yesAll events from a positive-limit watch, or the most recently retained events from an unbounded watch.

Version 0.2.0 · branch main