Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / RunStateAudit

Interface: RunStateAudit

Defined in: packages/core/src/stores/reconcile.ts:858

Properties

PropertyTypeDescriptionDefined in
danglingDispatchesnumberRunning dispatch entries no terminal ever referenced.packages/core/src/stores/reconcile.ts:869
entriesAfterSettlenumberEntries appended after the last journaled settle.packages/core/src/stores/reconcile.ts:867
journalEntriesnumber-packages/core/src/stores/reconcile.ts:863
journalSettle?{ runStatus: RunStatus; seq: number; }The last journaled settle, when the journal carries one.packages/core/src/stores/reconcile.ts:865
journalSettle.runStatusRunStatus-packages/core/src/stores/reconcile.ts:865
journalSettle.seqnumber-packages/core/src/stores/reconcile.ts:865
meta?RunMetaThe stored meta row; absent when the store has none.packages/core/src/stores/reconcile.ts:862
openSuspensionsnumber-packages/core/src/stores/reconcile.ts:870
reasonstringOne sentence naming the evidence behind the verdict.packages/core/src/stores/reconcile.ts:874
repairTo?RunStatusThe status a repair would write; absent when no repair is sound.packages/core/src/stores/reconcile.ts:872
runIdstring-packages/core/src/stores/reconcile.ts:859
verdictRunAuditVerdict-packages/core/src/stores/reconcile.ts:860