X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FKillBehaviors.html;h=9b8830b875cecfddcb8af784dd5ec822ab0caca3;hb=fb04552b8956b5f6b2dce0ce68cdfe27c798ae2f;hp=8f08800ebdf604771622d147769e9ef7c700461f;hpb=33c629765dcf8e17e2d3fa207a286b5d360fae78;p=poolifier.git diff --git a/docs/variables/KillBehaviors.html b/docs/variables/KillBehaviors.html index 8f08800e..9b8830b8 100644 --- a/docs/variables/KillBehaviors.html +++ b/docs/variables/KillBehaviors.html @@ -1,11 +1,13 @@ KillBehaviors | poolifier
-
+
  • The search index is not available
  • poolifier +
    @@ -13,11 +15,11 @@
  • poolifier
  • KillBehaviors
  • Variable KillBehaviorsConst

    -
    KillBehaviors: Readonly<{ HARD: "HARD"; SOFT: "SOFT" }> = ...
    +
    KillBehaviors: Readonly<{
        HARD: "HARD";
        SOFT: "SOFT";
    }> = ...

    Enumeration of kill behaviors.

    +
  • Defined in src/worker/worker-options.ts:4