API reference › @evolu/common › Task › RunExit
type RunExit = Result<UnknownResult, AbortError>;
Defined in: packages/common/src/Task.ts:1826
Final outcome recorded by a Run.
A Run exit is an outer Result. Ok means the Task returned a Result; Err means the Run aborted with AbortError. Panic is recorded as an AbortError whose reason is PanicAbortReason.