X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=f36a76f83b1b98b4701af54744c4ef4581c34c02;hb=93fd07e85783713d3195316fa2e417f0bc97ebbe;hp=280a5ddf0cf49048c15b92e861376fd24674ff1d;hpb=030eb5a38e62c6e381961644eab2ddac9a027aea;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index 280a5ddf..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,13 +48,16 @@

    Properties

    Properties

    @@ -66,7 +69,15 @@
    +
  • Defined in src/pools/worker.ts:47
  • +
    + +
    dynamic?: boolean
    +

    Whether the worker is dynamic or not.

    +
    +
    id?: string
    @@ -75,7 +86,7 @@
    +
  • Defined in src/pools/worker.ts:55
  • kill?: 1 | "SOFT" | "HARD"
    @@ -83,7 +94,7 @@
    +
  • Defined in src/utility-types.ts:71
  • name?: string
    @@ -92,15 +103,23 @@
    +
  • Defined in src/pools/worker.ts:43
  • +
    + +
    started?: boolean
    +

    Whether the worker has started or not.

    +
    +
    statistics?: WorkerStatistics
    -

    Whether to compute the given statistics or not.

    +

    Whether the worker computes the given statistics or not.

    +
  • Defined in src/utility-types.ts:83
  • taskError?: TaskError<ErrorData>
    @@ -108,7 +127,7 @@
    +
  • Defined in src/utility-types.ts:75
  • taskPerformance?: TaskPerformance
    @@ -116,7 +135,7 @@
    +
  • Defined in src/utility-types.ts:79
  • timestamp?: number
    @@ -125,7 +144,15 @@
    +
  • Defined in src/pools/worker.ts:51
  • +
    + +
    workerId?: number
    +

    Worker id.

    +
    +
    +
  • WorkerTypes
  • +
  • availableParallelism
  • Generated using TypeDoc

    \ No newline at end of file