Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/executor / ChildStopReason

Type Alias: ChildStopReason

ts
type ChildStopReason = "timeout" | "aborted" | "output-cap";

Defined in: packages/executor/src/child.ts:36