X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=957140d3e3f9e3ff0974dc8614bce85f037a91cd;hb=e9dc6efa61975a5d4666752581a4fd384e6caa6e;hp=6cc6e2e71b2b9ab0797286c29d952e1ba0dadd96;hpb=c2d2417cb80d8c14637fe6a19d58bcf5ce18ae98;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index 6cc6e2e7..957140d3 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,4 +1,4 @@ -PoolEvents | poolifier - v2.6.9
+PoolEvents | poolifier - v2.6.25
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.9
+
  • The search index is not available
  • poolifier - v2.6.25
    @@ -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