Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "services/unique/index"

Index

Type aliases

UniqueExecutionCallback

UniqueExecutionCallback: () => Promise<void> | void

Callback function

Type declaration

    • (): Promise<void> | void
    • Returns Promise<void> | void

Functions

Const isAllDone

  • isAllDone(): boolean

Const isUnique

  • isUnique(name: string): boolean

runTasks

  • runTasks(): Promise<void>

Const startManager

  • startManager(): void
  • After schedule a new task, the manager is started to handle (if have more or not tasks to group).

    Returns void

Const stopManager

  • stopManager(): void

Const uniqueExecution

Const uniqueQueue

Object literals

Const manager

manager: object

queue

queue: never[] = []

Generated using TypeDoc