Skip to content

WaitForPlanRunOptions

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

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:55

Poll cadence. Defaults to DEFAULT_POLL_INTERVAL_MS.


readonly optional onTick?: (row) => void

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

Optional callback invoked after each poll for observability.

PlanRunRow

void


readonly optional signal?: AbortSignal

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

External abort.


readonly optional timeoutMs?: number

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

Overall budget. Defaults to DEFAULT_POLL_TIMEOUT_MS.