Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/workflow / / PAUSE_SIGNAL_BRAND

Variable: PAUSE_SIGNAL_BRAND

ts
const PAUSE_SIGNAL_BRAND: unique symbol;

Defined in: packages/core/dist/channels/pause.d.ts:9

Brand attached to the signal thrown by pause(value) so that the workflow runtime can recognise it across realms (Worker threads, sandboxes, …) without instanceof.

Stable