Skip to content

Graphorin API reference v0.15.1


Graphorin API reference / @graphorin/core / / PauseIdentity

Interface: PauseIdentity

Defined in: packages/core/src/channels/pause.ts:53

Stable

Identity of one pause as recorded next to its satisfied resume value: 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).

Properties

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