X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=e5a1e4d20b2b73310e151f88ca38082fb103297a;hb=d9647bdd551f7c8caee2649cba434e1f6df94cf9;hp=763227d39b47742581a08001f8152ada881d409c;hpb=68887e30ceca3df78b70e0b8f1b262a76f2d7cd8;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index 763227d3..e5a1e4d2 100644 --- a/docs/interfaces/MessageValue.html +++ b/docs/interfaces/MessageValue.html @@ -1,4 +1,4 @@ -MessageValue | poolifier - v2.6.12
+MessageValue | poolifier - v2.6.20
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.12
+
  • The search index is not available
  • poolifier - v2.6.20
    @@ -39,7 +39,7 @@
    • MessageValue
    +
  • Defined in src/utility-types.ts:95
  • @@ -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:120
  • data?: Data
    @@ -77,7 +78,7 @@
    +
  • Defined in src/utility-types.ts:77
  • id?: string
    @@ -86,7 +87,7 @@
    +
  • Defined in src/utility-types.ts:85
  • kill?: true | "SOFT" | "HARD"
    @@ -94,7 +95,7 @@
    +
  • Defined in src/utility-types.ts:100
  • name?: string
    @@ -103,7 +104,15 @@
    +
  • Defined in src/utility-types.ts:73
  • +
    + +
    port?: MessagePort
    +

    Message port.

    +
    +
    ready?: boolean
    @@ -111,7 +120,7 @@
    +
  • Defined in src/utility-types.ts:116
  • statistics?: WorkerStatistics
    @@ -119,7 +128,7 @@
    +
  • Defined in src/utility-types.ts:112
  • taskError?: TaskError<ErrorData>
    @@ -127,7 +136,7 @@
    +
  • Defined in src/utility-types.ts:104
  • taskPerformance?: TaskPerformance
    @@ -135,7 +144,7 @@
    +
  • Defined in src/utility-types.ts:108
  • timestamp?: number
    @@ -144,7 +153,7 @@
    +
  • Defined in src/utility-types.ts:81
  • workerId: number
    @@ -153,7 +162,7 @@
    +
  • Defined in src/utility-types.ts:69