X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FKillBehaviors.html;h=a008c4e302ac07eb47939241c6a6eed0fd7bd6d1;hb=74f29142ea20199700ef7021402616ea9de714a8;hp=950cf175f5a6a5eecbc55c0152cf1a943ef70d84;hpb=7e2a464b15953320c79646e2ff88d953db4e5b96;p=poolifier.git diff --git a/docs/variables/KillBehaviors.html b/docs/variables/KillBehaviors.html index 950cf175..a008c4e3 100644 --- a/docs/variables/KillBehaviors.html +++ b/docs/variables/KillBehaviors.html @@ -1,11 +1,13 @@ KillBehaviors | 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
  • Generated using TypeDoc