X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=099701f8fbe4aa0355f81e51762c29c46c6e363d;hb=b20bf19abbcc1fb78e71f843d6eb56ad8c4c630c;hp=d6c462740d3a54b9c161f0b3b0e0f8c162809417;hpb=da7631f88ed580377ddba0882eac576bb32832eb;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index d6c46274..099701f8 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,125 +1,2 @@ -PoolEvents | poolifier - v2.6.41
-
- -
-
-
-
- -

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 - v3.1.12

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