X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=8f5cbc5f16d59f0ff44a15c63a171a84d7f64f94;hb=76b46937556ea55049d5c413aa0a77d0c7f47f48;hp=5cd6d5db7bc905b046fdacb368286d185c4822f8;hpb=67e8ef11907ab8ae70740d7c9f4d5d225ed8d522;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index 5cd6d5db..8f5cbc5f 100644 --- a/docs/interfaces/MessageValue.html +++ b/docs/interfaces/MessageValue.html @@ -1,4 +1,4 @@ -MessageValue | poolifier - v2.6.12
+MessageValue | poolifier - v2.6.19
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.12
+
  • The search index is not available
  • poolifier - v2.6.19
    @@ -39,7 +39,7 @@
    • MessageValue
    +
  • Defined in src/utility-types.ts:96
  • @@ -47,11 +47,12 @@

    Properties

    -
    - -
    checkAlive?: boolean
    -

    Whether the worker starts or stops its aliveness check.

    +
    + +
    checkActive?: boolean
    +

    Whether the worker starts or stops its activity check.

    +
  • Defined in src/utility-types.ts:121
  • data?: Data
    @@ -77,7 +78,7 @@
    +
  • Defined in src/utility-types.ts:78
  • id?: string
    @@ -86,7 +87,7 @@
    +
  • Defined in src/utility-types.ts:86
  • kill?: true | "SOFT" | "HARD"
    @@ -94,7 +95,7 @@
    +
  • Defined in src/utility-types.ts:101
  • name?: string
    @@ -103,7 +104,15 @@
    +
  • Defined in src/utility-types.ts:74
  • +
    + +
    port?: MessagePort
    +

    Message port.

    +
    +
    ready?: boolean
    @@ -111,7 +120,7 @@
    +
  • Defined in src/utility-types.ts:117
  • statistics?: WorkerStatistics
    @@ -119,7 +128,7 @@
    +
  • Defined in src/utility-types.ts:113
  • taskError?: TaskError<ErrorData>
    @@ -127,7 +136,7 @@
    +
  • Defined in src/utility-types.ts:105
  • taskPerformance?: TaskPerformance
    @@ -135,7 +144,7 @@
    +
  • Defined in src/utility-types.ts:109
  • timestamp?: number
    @@ -144,7 +153,7 @@
    +
  • Defined in src/utility-types.ts:82
  • workerId: number
    @@ -153,7 +162,7 @@
    +
  • Defined in src/utility-types.ts:70