Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITimeoutReverseInterval

This interface is used to describe parameters passed to functions which periodically check for a certain condition to be met until a timeout is reached (primarily wait and eventually). The checks are performed in the defined interval.

It allows to set a reverse flag which, if set to true, will check for the condition NOT to be met instead.

Hierarchy

Index

Properties

Properties

Optional interval

interval: number

An interval in milliseconds.

Optional reverse

reverse: boolean

Set this flag to true to check for a condition NOT to be met.

Optional timeout

timeout: number

A timeout in milliseconds.

Generated using TypeDoc