Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "wordpress-packages/real-queue/lib/queue/refreshQueue"

Index

Variables

Functions

Variables

Let currentlyFetching

currentlyFetching: boolean = false

Functions

refreshQueue

  • refreshQueue(doFetchStatus?: boolean): Promise<void>
  • Refresh the queue and load new, unlocked jobs. You need to call this function in your code if you know, there are new jobs added (e.g. "Scan complete site" button).

    Parameters

    • Default value doFetchStatus: boolean = true

    Returns Promise<void>

Generated using TypeDoc