All runtime events emitted by the graph executor.
Every variant carries a type discriminant so consumers can narrow with a simple switch (event.type) or exhaustive-check library.
type
switch (event.type)
Optional
All runtime events emitted by the graph executor.
Every variant carries a
typediscriminant so consumers can narrow with a simpleswitch (event.type)or exhaustive-check library.