Rulvar API reference / @rulvar/store-conformance / KillPointObservation
Interface: KillPointObservation
Defined in: packages/store-conformance/src/kill-points.ts:587
What a green scenario returns (the observed recovery).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
childCalls | number | - | packages/store-conformance/src/kill-points.ts:589 |
childToolExecutions | number | - | packages/store-conformance/src/kill-points.ts:590 |
journal | string[] | kind:status per final journal entry, in seq order. | packages/store-conformance/src/kill-points.ts:594 |
metaStatus | string | undefined | - | packages/store-conformance/src/kill-points.ts:595 |
resumeCalls | number | - | packages/store-conformance/src/kill-points.ts:591 |
resumeToolExecutions | number | - | packages/store-conformance/src/kill-points.ts:592 |
scenario | KillPointScenario | - | packages/store-conformance/src/kill-points.ts:588 |