X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=c840854fcb443ba5b8c059d4a00aefea21e29726;hb=a6d9dccfaf39e185c896747260d668fcb683a8ed;hp=f908637d22577aea23379314dc14c9fc0ea163ba;hpb=21402562176f7550bcd9ba620cf551972fca6e98;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index f908637d..c840854f 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,4 +1,4 @@ -PoolEvents | poolifier
+PoolEvents | poolifier
-
+

Variable PoolEventsConst

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

Enumeration of pool events.

-
+
+

Type declaration

+
    +
  • +
    Readonly busy: "busy"
  • +
  • +
    Readonly error: "error"
  • +
  • +
    Readonly full: "full"
  • +
  • +
    Readonly taskError: "taskError"
+
- + -
+

Theme

+ +

Generated using TypeDoc

-
\ No newline at end of file +
\ No newline at end of file