Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/core / / PauseIdentity
Interface: PauseIdentity
Defined in: packages/core/src/channels/pause.ts:53
Identity of one pause as recorded next to its satisfied resume value (W-120): the durable-primitive kind (timer / awakeable / approval) and the awakeable/approval name. A plain pause() has neither - two plain pauses are indistinguishable BY DESIGN (no false positives; the check is deliberately conservative).
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
kind? | readonly | string | packages/core/src/channels/pause.ts:54 |
name? | readonly | string | packages/core/src/channels/pause.ts:55 |