[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) › explicitAbortReason

```ts
const explicitAbortReason: {
  type: "ExplicitAbortReason";
};
```

Defined in: [packages/common/src/Task.ts:1980](https://github.com/evoluhq/evolu/blob/a18269a1b822c670b507c6a9b73b23eed32551fe/packages/common/src/Task.ts#L1980)

Shared abort reason used when callers explicitly request abort without a more
specific reason.

## Type Declaration

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