Skip to content

AfterGadgetExecutionControllerContext

Defined in: agent/hooks.ts:564

Context for after gadget execution controller.

optional error: string

Defined in: agent/hooks.ts:571


executionTimeMs: number

Defined in: agent/hooks.ts:572


gadgetName: string

Defined in: agent/hooks.ts:566


invocationId: string

Defined in: agent/hooks.ts:567


iteration: number

Defined in: agent/hooks.ts:565


logger: Logger<ILogObj>

Defined in: agent/hooks.ts:573


parameters: Readonly<Record<string, unknown>>

Defined in: agent/hooks.ts:568


optional result: string

Defined in: agent/hooks.ts:570

Result after interceptors (if successful)