Interfaces
RunnerPauseOutcome
Interface: RunnerPauseOutcome
Defined in: src/core/pause.ts:27
Outcome returned by runner.run() / runner.resume() when execution
has paused mid-flow. The shape mirrors footprintjs's PausedResult but
surfaces pauseData as a first-class field for consumers who don't
want to reach into the checkpoint.
Properties
checkpoint
readonlycheckpoint:FlowchartCheckpoint
Defined in: src/core/pause.ts:30
Serializable checkpoint — store anywhere (Redis, Postgres, localStorage).
paused
readonlypaused:true
Defined in: src/core/pause.ts:28
pauseData
readonlypauseData:unknown
Defined in: src/core/pause.ts:32
Data passed to scope.$pause() / pauseHere(). Consumer-typed.
