X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=71e800facbfe48b621b8901f7247914dcdd58096;hb=a97f9c80aa49c6152547fb6fa8de4b0f089c2353;hp=c220a9e253add524235e06e442f25df7509768fd;hpb=18ba88e2f8612c6137bf564388ce8f905ae6d4ee;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index c220a9e2..71e800fa 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