[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [Task](https://evolu.dev/docs/api-reference/common/Task) › runDisposedAbortReason

```ts
const runDisposedAbortReason: {
  type: "RunDisposedAbortReason";
};
```

Defined in: [packages/common/src/Task.ts:1970](https://github.com/evoluhq/evolu/blob/037c390af081e9944d616ff298a729515c5c5ab7/packages/common/src/Task.ts#L1970)

Shared abort reason used for ordinary [Run](https://evolu.dev/docs/api-reference/common/Task/interfaces/Run) cleanup.

Disposal requests abort so child [Task](https://evolu.dev/docs/api-reference/common/Task/type-aliases/Task)s stop while the Run waits for
them to settle. This reason distinguishes that cleanup path from explicit
abort and [PanicAbortReason](https://evolu.dev/docs/api-reference/common/Task/interfaces/PanicAbortReason).

## Type Declaration

| Name                              | Type                       | Default value              | Defined in                                                                                                                                           |
| --------------------------------- | -------------------------- | -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="property-type"></a> `type` | `"RunDisposedAbortReason"` | `"RunDisposedAbortReason"` | [packages/common/src/Task.ts:1971](https://github.com/evoluhq/evolu/blob/037c390af081e9944d616ff298a729515c5c5ab7/packages/common/src/Task.ts#L1971) |