X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=f36a76f83b1b98b4701af54744c4ef4581c34c02;hb=93fd07e85783713d3195316fa2e417f0bc97ebbe;hp=76f588616baf617f69e196e16c88a7d59d0d1fdb;hpb=ac2cb9e206b5e67cc52124eb334507f5dce230d5;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index 76f58861..f36a76f8 100644 --- a/docs/interfaces/MessageValue.html +++ b/docs/interfaces/MessageValue.html @@ -1,4 +1,4 @@ -MessageValue | poolifier
+MessageValue | poolifier - v2.6.9
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.9
    @@ -39,7 +39,7 @@
    • MessageValue
    +
  • Defined in src/utility-types.ts:62
  • @@ -48,6 +48,7 @@

    Properties

    data? +dynamic? id? kill? name? @@ -68,7 +69,15 @@
    +
  • Defined in src/pools/worker.ts:47
  • +
    + +
    dynamic?: boolean
    +

    Whether the worker is dynamic or not.

    +
    +
    id?: string
    @@ -77,7 +86,7 @@
    +
  • Defined in src/pools/worker.ts:55
  • kill?: 1 | "SOFT" | "HARD"
    @@ -85,7 +94,7 @@
    +
  • Defined in src/utility-types.ts:71
  • name?: string
    @@ -94,7 +103,7 @@
    +
  • Defined in src/pools/worker.ts:43
  • started?: boolean
    @@ -102,7 +111,7 @@
    +
  • Defined in src/utility-types.ts:87
  • statistics?: WorkerStatistics
    @@ -110,7 +119,7 @@
    +
  • Defined in src/utility-types.ts:83
  • taskError?: TaskError<ErrorData>
    @@ -118,7 +127,7 @@
    +
  • Defined in src/utility-types.ts:75
  • taskPerformance?: TaskPerformance
    @@ -126,7 +135,7 @@
    +
  • Defined in src/utility-types.ts:79
  • timestamp?: number
    @@ -135,7 +144,7 @@
    +
  • Defined in src/pools/worker.ts:51
  • workerId?: number
    @@ -143,7 +152,7 @@
    +
  • Defined in src/utility-types.ts:67