devtools.DevToolsExecuteEvent
Execution lifecycle event payload recorded in the DevTools ring buffer.
consumerName: string
Name of the executed consumer.
consumerType: string
Consumer classification category.
Optional durationMs: number
Duration of execution in milliseconds (if phase is 'end').
Optional error: string
Error message string if execution failed.
phase: "start" | "end"
Lifecycle phase ('start' | 'end').
timestamp: number
Timestamp in milliseconds.
type: "execute"
Event classification discriminator.