API reference › @evolu/common › Task › RunEvent
const RunEvent: object({
id: Id,
timestamp: Millis,
data: RunEventData,
});
Defined in: packages/common/src/Task.ts:1060
Events emitted by a Run for monitoring and debugging.
Events bubble up through parent runs, enabling centralized monitoring at the root. Use with Run.onEvent to track Run lifecycle.