Skip to content

GadgetState

GadgetState = "pending" | "running" | "completed" | "failed" | "skipped"

Defined in: core/execution-tree.ts:80

Gadget execution state.