X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=15968773069935fa59634983f9022e3a9de0a288;hb=eb0797c79283f60833fccc70e3a9625c7c8408c3;hp=f0cc2736b8d193caf8a023b5d0b9e930344d103e;hpb=f33c2d55c063a50c0025bf707fa4faf7a5e25f6e;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index f0cc2736..15968773 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,116 +1,2 @@ -PoolEvents | poolifier - v2.6.12
-
- -
-
-
-
- -

Variable PoolEventsConst

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

Enumeration of pool events.

-
-
-

Type declaration

-
    -
  • -
    Readonly busy: "busy"
  • -
  • -
    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