X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=8cd38b87f4713e9dff390bcc3efa8423f09febf5;hb=c65efde664ab9e4dcd2ed9e827d8171e7e081359;hp=027f241b3450231d96ae0715ff11a74c9085b2b8;hpb=6d6c7ed0c2c3c83cefae4d8cd5bc9393126bba70;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index 027f241b..8cd38b87 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,4 +1,4 @@ -PoolEvents | poolifier
+PoolEvents | poolifier - v2.6.24
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.24
    @@ -15,7 +15,7 @@
  • poolifier
  • PoolEvents
  • Variable PoolEventsConst

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

    Enumeration of pool events.

    @@ -28,10 +28,12 @@
  • Readonly full: "full"
  • +
    Readonly ready: "ready"
  • +
  • Readonly taskError: "taskError"
  • +
  • Defined in src/pools/pool.ts:44