Skip to content

WaitForRunOptions

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

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

Poll cadence. Defaults to DEFAULT_POLL_INTERVAL_MS.


readonly optional onTick?: (row) => void

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

Optional callback invoked after each poll for observability.

RunRow

void


readonly optional signal?: AbortSignal

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

External abort.


readonly optional timeoutMs?: number

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

Overall budget. Defaults to DEFAULT_POLL_TIMEOUT_MS.