X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=9eb3e3259f5b429f5820aad7a2852dc02a2804c4;hb=b667be1103b9362ae29d094de05f812468464d4f;hp=c220a9e253add524235e06e442f25df7509768fd;hpb=40baeb4e66efa6646d3221029cd012fb7bda8955;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index c220a9e2..28666c82 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,4 +1,4 @@ -PoolEvents | poolifier
+PoolEvents | poolifier - v2.6.8
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.8
    -
    +

    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