API reference › @evolu/common › Task › runDisposedAbortReason
const runDisposedAbortReason: {
type: "RunDisposedAbortReason";
};
Defined in: packages/common/src/Task.ts:1968
Shared abort reason used for ordinary Run cleanup.
Disposal requests abort so child Tasks stop while the Run waits for them to settle. This reason distinguishes that cleanup path from explicit abort and PanicAbortReason.
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
type | "RunDisposedAbortReason" | "RunDisposedAbortReason" | packages/common/src/Task.ts:1969 |