API reference › @evolu/common › Task › AbortReason
Defined in: packages/common/src/Task.ts:1764
Typed object explaining why a Run was aborted.
A reason has a type discriminant and optional structured data, so abort
causes can carry typed domain data. Well-known reasons are
explicitAbortReason, runDisposedAbortReason, and
PanicAbortReason.
Extends
InferType<typeofAbortReason>
Extended by
Indexable
[key: string]: unknown
Properties
type
type: string;