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