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.
Properties
Section titled “Properties”intervalMs?
Section titled “intervalMs?”
readonlyoptionalintervalMs?:number
Defined in: .upstream/src/client/client.ts:55
Poll cadence. Defaults to DEFAULT_POLL_INTERVAL_MS.
onTick?
Section titled “onTick?”
readonlyoptionalonTick?: (row) =>void
Defined in: .upstream/src/client/client.ts:61
Optional callback invoked after each poll for observability.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void
signal?
Section titled “signal?”
readonlyoptionalsignal?:AbortSignal
Defined in: .upstream/src/client/client.ts:59
External abort.
timeoutMs?
Section titled “timeoutMs?”
readonlyoptionaltimeoutMs?:number
Defined in: .upstream/src/client/client.ts:57
Overall budget. Defaults to DEFAULT_POLL_TIMEOUT_MS.
