X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fvariables%2FPoolEvents.html;h=c9ed7fccc5e9071992289d50377ea83e5f4d0c7c;hb=71056a0ac555e096c1428d6341ef45c7980a6332;hp=c12d7fa92b5bf70b4f20c40186dac1b2c9c62b74;hpb=74f29142ea20199700ef7021402616ea9de714a8;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index c12d7fa9..c9ed7fcc 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