Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IQueueItem

Hierarchy

  • IQueueItem

Index

Properties

func

func: Function

reject

reject: (reason?: unknown) => void

Type declaration

    • (reason?: unknown): void
    • Parameters

      • Optional reason: unknown

      Returns void

resolve

resolve: (value: unknown) => void

Type declaration

    • (value: unknown): void
    • Parameters

      • value: unknown

      Returns void

timedOut

timedOut: boolean

timeout

timeout: Timeout

Generated using TypeDoc