[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:1982](https://github.com/evoluhq/evolu/blob/037c390af081e9944d616ff298a729515c5c5ab7/packages/common/src/Task.ts#L1982)

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:1983](https://github.com/evoluhq/evolu/blob/037c390af081e9944d616ff298a729515c5c5ab7/packages/common/src/Task.ts#L1983) |