Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/core / / PAUSE_SIGNAL_BRAND
Variable: PAUSE_SIGNAL_BRAND
ts
const PAUSE_SIGNAL_BRAND: unique symbol;Defined in: packages/core/src/channels/pause.ts:10
Brand attached to the signal thrown by pause(value) so that the workflow runtime can recognise it across realms (Worker threads, sandboxes, …) without instanceof.