API reference › @evolu/common › Task › explicitAbortReason
const explicitAbortReason: {
type: "ExplicitAbortReason";
};
Defined in: packages/common/src/Task.ts:1980
Shared abort reason used when callers explicitly request abort without a more specific reason.
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
type | "ExplicitAbortReason" | "ExplicitAbortReason" | packages/common/src/Task.ts:1981 |