Skip to main content

Module run

Module run 

Source
Expand description

Run state: the live execution view of a topology.

A run state accumulates execution events into per-node statuses, counters, an ordered event log, and a set of live edges. It is fed by subscriptions to a running topology (or, for replay, by a recorded event stream). It is plain data the monitor view renders; it holds no second topology model.

Structs§

RunEvent
One execution event.
RunState
The accumulated live state of a run.

Enums§

NodeStatus
A node’s execution status.