Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 643 Bytes

File metadata and controls

18 lines (12 loc) · 643 Bytes

Home > @aws/durable-execution-sdk-js > WaitForConditionCheckFunc

WaitForConditionCheckFunc type

Function that checks and updates state for waitForCondition operations

Signature:

export type WaitForConditionCheckFunc<
  T,
  Logger extends DurableLogger = DurableLogger,
> = (state: T, context: WaitForConditionContext<Logger>) => Promise<T>;

References: DurableLogger