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

    Properties

    +
    + +
    checkActive?: boolean
    +

    Whether the worker starts or stops its activity check.

    +
    +
    - +
    data?: Data

    Task input data that will be passed to the worker.

    -
    - -
    dynamic?: boolean
    -

    Whether the worker is dynamic or not.

    -
    -
    -
    - -
    id?: string
    -

    Message UUID.

    -
    -
    +
  • Defined in src/utility-types.ts:77
  • -
    kill?: 1 | "SOFT" | "HARD"
    +
    kill?: true | "SOFT" | "HARD"

    Kill code.

    +
  • Defined in src/utility-types.ts:104
  • name?: string
    @@ -103,15 +96,23 @@
    -
    - -
    started?: boolean
    -

    Whether the worker has started or not.

    +
  • Defined in src/utility-types.ts:73
  • +
    + +
    port?: MessagePort
    +

    Message port.

    +
  • Defined in src/utility-types.ts:128
  • +
    + +
    ready?: boolean
    +

    Whether the worker is ready or not.

    +
    +
    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,15 +154,25 @@
    -
    - -
    workerId?: number
    +
  • Defined in src/utility-types.ts:85
  • +
    + +
    transferList?: TransferListItem[]
    +

    Array of transferable objects.

    +
    +
    +
    + +
    workerId: number

    Worker id.

    +
  • Defined in src/utility-types.ts:69