X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=87ecad4cf463d7fae37978a230e3856c2a7b2756;hb=afa30fd0dd5bbc5d305cc30be663966a449efc08;hp=0cd76e2027922152d7fd567b43bd75bc4ed66631;hpb=b10bb04924a5918496ff64a62ae71b9f99239b28;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index 0cd76e20..87ecad4c 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