X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=7e22a7ecb8cfd56a120c728cc4a6a67e2ab13522;hb=8c6d4acf22398bf755be85612cf1e79f3dd5fbf7;hp=1279d2b001098d01680ed94841153d8e9538de4e;hpb=7e0388f2750ecb9d6ecce5173066774a8ad1cc7b;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index 1279d2b0..7e22a7ec 100644 --- a/docs/interfaces/MessageValue.html +++ b/docs/interfaces/MessageValue.html @@ -1,4 +1,4 @@ -MessageValue | poolifier - v2.6.13
+MessageValue | poolifier - v2.6.25
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.13
+
  • The search index is not available
  • poolifier - v2.6.25
    @@ -39,7 +39,7 @@
    • MessageValue
    +
  • Defined in src/utility-types.ts:99
  • @@ -47,28 +47,30 @@

    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:124
  • data?: Data
    @@ -77,16 +79,7 @@
    -
    - -
    id?: string
    -

    Message UUID.

    -
    -
    +
  • Defined in src/utility-types.ts:77
  • kill?: true | "SOFT" | "HARD"
    @@ -94,7 +87,7 @@
    +
  • Defined in src/utility-types.ts:104
  • name?: string
    @@ -103,7 +96,15 @@
    +
  • Defined in src/utility-types.ts:73
  • +
    + +
    port?: MessagePort
    +

    Message port.

    +
    +
    ready?: boolean
    @@ -111,7 +112,7 @@
    +
  • Defined in src/utility-types.ts:120
  • statistics?: WorkerStatistics
    @@ -119,7 +120,7 @@
    +
  • Defined in src/utility-types.ts:116
  • taskError?: TaskError<ErrorData>
    @@ -127,7 +128,16 @@
    +
  • Defined in src/utility-types.ts:108
  • +
    + +
    taskId?: string
    +

    Task UUID.

    +
    +
    taskPerformance?: TaskPerformance
    @@ -135,7 +145,7 @@
    +
  • Defined in src/utility-types.ts:112
  • timestamp?: number
    @@ -144,7 +154,16 @@
    +
  • Defined in src/utility-types.ts:85
  • +
    + +
    transferList?: TransferListItem[]
    +

    Array of transferable objects.

    +
    +
    workerId: number
    @@ -153,7 +172,7 @@
    +
  • Defined in src/utility-types.ts:69