CancelPlanRunResponse
Defined in: .upstream/src/client/types.plan-runs.ts:99
POST /plan-runs/:id/cancel response envelope.
Properties
Section titled “Properties”alreadyTerminal
Section titled “alreadyTerminal”alreadyTerminal:
boolean
Defined in: .upstream/src/client/types.plan-runs.ts:102
cancelledChild
Section titled “cancelledChild”cancelledChild: {
childSeq:number;runId:string; } |null
Defined in: .upstream/src/client/types.plan-runs.ts:101
planRun
Section titled “planRun”planRun:
PlanRunRow
Defined in: .upstream/src/client/types.plan-runs.ts:100
