Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/core / / TimerPauseValue
Interface: TimerPauseValue
Defined in: packages/core/src/channels/durable.ts:38
Pause value carried by a durable-timer suspension.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
kind | readonly | "graphorin.timer" | - | packages/core/src/channels/durable.ts:39 |
wakeAt | readonly | number | Epoch milliseconds at which the timer becomes due. | packages/core/src/channels/durable.ts:41 |