Type Alias RunBlockedDetail
RunBlockedDetail:
| { kind: "blocked"; task?: string }
| { effect: string; failed: boolean; kind: "blocked-effect" }
| { count: number; kind: "blocked-many" }
Type declaration
- { kind: "blocked"; task?: string }
- { effect: string; failed: boolean; kind: "blocked-effect" }
Readonlyeffect: string
Readonlyfailed: boolean
Readonlykind: "blocked-effect"
- { count: number; kind: "blocked-many" }
Whether the automation reported a failure — a claimed effect that never reported back is not one.