Skip to content

WaitForPlanRunOptions

Defined in: .upstream/src/client/client.ts:70

Public re-exports for the warren-client facade. Internal and external modules can import from here so the file layout under client/ can move without touching call sites.

readonly optional intervalMs?: number

Defined in: .upstream/src/client/client.ts:72

Poll cadence. Defaults to DEFAULT_POLL_INTERVAL_MS.


readonly optional onTick?: (row) => void

Defined in: .upstream/src/client/client.ts:78

Optional callback invoked after each poll for observability.

PlanRunRow

void


readonly optional signal?: AbortSignal

Defined in: .upstream/src/client/client.ts:76

External abort.


readonly optional timeoutMs?: number

Defined in: .upstream/src/client/client.ts:74

Overall budget. Defaults to DEFAULT_POLL_TIMEOUT_MS.