Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AsyncCombinerRunningDelaySettings

Hierarchy

  • AsyncCombinerRunningDelaySettings

Index

Properties

Properties

clear

clear: () => void

Releases the deferred callback.

Type declaration

    • (): void
    • Returns void

run

run: () => void

Waits the specified delay milliseconds before executing the request. If it is already in the delay wait state, the wait time is updated.

Type declaration

    • (): void
    • Returns void

timer

timer: number | null

Return value of setTimeout method

triggered

triggered: boolean

Shows true when the delayed wait is completed and the asynchronous process is actually started.

Generated using TypeDoc