X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=f06dcea2d8c076f797f918583307e3cf657a82d7;hb=f05afd162e34836a52c48b05781750e3421424d8;hp=ebeb49d3ac1e1ab5445fe7f975a8dc760b4abb2b;hpb=1b0aa06b3ab5cf8ae8bd135087143165889901cc;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index ebeb49d3..f06dcea2 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