X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FStrategyPolicy.html;h=aa7575869acf68f081576e646ea46b91a549c0bc;hb=bcfb06ce041a682baf396a099c633a848d6a4045;hp=4a9bc4e4436728f10882b859e528aaf19dde3e12;hpb=fc09c6dc8cec5398209e3cd8e192b851603e6311;p=poolifier.git diff --git a/docs/interfaces/StrategyPolicy.html b/docs/interfaces/StrategyPolicy.html index 4a9bc4e4..aa757586 100644 --- a/docs/interfaces/StrategyPolicy.html +++ b/docs/interfaces/StrategyPolicy.html @@ -1,104 +1,6 @@ -StrategyPolicy | poolifier - v3.0.2
-
- -
-
-
-
- -

Interface StrategyPolicyInternal

-
-

Strategy policy.

-
-
-
-

Hierarchy

-
    -
  • StrategyPolicy
-
-
-
- -
-
-

Properties

-
- -
dynamicWorkerReady: boolean
-

Expects the newly created dynamic worker to be flagged as ready.

-
-
-
- -
dynamicWorkerUsage: boolean
-

Expects tasks execution on the newly created dynamic worker.

-
-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +StrategyPolicy | poolifier - v3.1.30

Interface StrategyPolicyInternal

Strategy policy.

+
interface StrategyPolicy {
    dynamicWorkerReady: boolean;
    dynamicWorkerUsage: boolean;
}

Properties

dynamicWorkerReady: boolean

Expects the newly created dynamic worker to be flagged as ready.

+
dynamicWorkerUsage: boolean

Expects tasks execution on the newly created dynamic worker.

+
\ No newline at end of file