Interface: DevToolsExecuteEvent

devtools.DevToolsExecuteEvent

Execution lifecycle event payload recorded in the DevTools ring buffer.

Table of contents

Properties

Properties

consumerName

consumerName: string

Name of the executed consumer.


consumerType

consumerType: string

Consumer classification category.


durationMs

Optional durationMs: number

Duration of execution in milliseconds (if phase is 'end').


error

Optional error: string

Error message string if execution failed.


phase

phase: "start" | "end"

Lifecycle phase ('start' | 'end').


timestamp

timestamp: number

Timestamp in milliseconds.


type

type: "execute"

Event classification discriminator.