X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=d50ddb211be56a2fa944fad33632d768688538bf;hb=dea903a811a58acdf93f11379b347bfd8088e970;hp=8ab72d5b51bdad553bfbd1b241d8a5e9e17a33ee;hpb=3a592a1254b999797590d1b54662b747eed17528;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index 8ab72d5b..d50ddb21 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -15,11 +15,11 @@
  • poolifier
  • PoolEvents
  • Variable PoolEventsConst

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

    Enumeration of pool events.

    +
  • Defined in src/pools/pool.ts:42
  • Generated using TypeDoc