Skip to content

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

PropertyModifierTypeDefined in
kind?readonlystringpackages/core/src/channels/pause.ts:54
name?readonlystringpackages/core/src/channels/pause.ts:55