Skip to content

rulvar API reference


rulvar API reference / @rulvar/plan / runParkUnpark

Function: runParkUnpark()

ts
function runParkUnpark(): Promise<JournalEntry[]>;

Defined in: packages/plan/src/cassettes.ts:422

park-unpark: park of a running node with checkpoint retention, later unpark and continuation. The worker pays one tool turn, hangs in its second, parks at the boundary, and the unparked continuation resumes from the retained checkpoint (the booted history carries the paid turn).

Returns

Promise&lt;JournalEntry[]&gt;