X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=15968773069935fa59634983f9022e3a9de0a288;hb=eb0797c79283f60833fccc70e3a9625c7c8408c3;hp=29f1d7b978dfa3354447f7f85f072f8d3b8c83fb;hpb=8c25f12d41260092a30cfb47feeb662140943302;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index 29f1d7b9..15968773 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,124 +1,2 @@ -PoolEvents | poolifier - v2.6.39
-
- -
-
-
-
- -

Variable PoolEventsConst

-
PoolEvents: Readonly<{
    backPressure: "backPressure";
    busy: "busy";
    destroy: "destroy";
    error: "error";
    full: "full";
    ready: "ready";
    taskError: "taskError";
}> = ...
-

Enumeration of pool events.

-
-
-

Type declaration

-
    -
  • -
    Readonly backPressure: "backPressure"
  • -
  • -
    Readonly busy: "busy"
  • -
  • -
    Readonly destroy: "destroy"
  • -
  • -
    Readonly error: "error"
  • -
  • -
    Readonly full: "full"
  • -
  • -
    Readonly ready: "ready"
  • -
  • -
    Readonly taskError: "taskError"
-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +PoolEvents | poolifier - v4.0.8

Variable PoolEventsConst

PoolEvents: Readonly<{
    backPressure: "backPressure";
    busy: "busy";
    destroy: "destroy";
    empty: "empty";
    error: "error";
    full: "full";
    ready: "ready";
    taskError: "taskError";
}> = ...

Enumeration of pool events.

+

Type declaration

  • backPressure: "backPressure"
  • busy: "busy"
  • destroy: "destroy"
  • empty: "empty"
  • error: "error"
  • full: "full"
  • ready: "ready"
  • taskError: "taskError"
\ No newline at end of file