Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / ResumeReport

Interface: ResumeReport

Defined in: packages/core/dist/index.d.ts

Extended by

Properties

PropertyTypeDescriptionDefined in
hitsnumber-packages/core/dist/index.d.ts
missesnumber-packages/core/dist/index.d.ts
orphanednumber[]Effect roots that genuinely need recovery under the entry-type pairing rules: dangling dispatches (status 'running' with no terminal) and suspensions with no resolution, neither consumed by a live call nor covered by abandon. Complete operations are NEVER listed: settled roots, single-entry kinds (decisions, facts, plan and termination entries), and resolved suspensions are whole by construction. A call deleted from the code is silently skipped and never re-paid; it appears here only while its effect is dangling.packages/core/dist/index.d.ts
rerunsnumber-packages/core/dist/index.d.ts
skippednumber-packages/core/dist/index.d.ts