Skip to content

WaitForRunOptions

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

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

Poll cadence. Defaults to DEFAULT_POLL_INTERVAL_MS.


readonly optional onTick?: (row) => void

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

Optional callback invoked after each poll for observability.

RunRow

void


readonly optional signal?: AbortSignal

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

External abort.


readonly optional timeoutMs?: number

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

Overall budget. Defaults to DEFAULT_POLL_TIMEOUT_MS.