X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=f0d3690a0030287ac4958dc393ed7438ec4ef19d;hb=c97a785f1274883c88a77d2bf418ba6480d20d04;hp=c61eebc85e4c92579b0d4a4e66d9fda8a04c58c3;hpb=84d0f4f2937987e5adbb8cfa94839eaf050c7502;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index c61eebc8..f0d3690a 100644 --- a/docs/interfaces/MessageValue.html +++ b/docs/interfaces/MessageValue.html @@ -1,4 +1,4 @@ -MessageValue | poolifier - v2.6.9
+MessageValue | poolifier - v2.6.22
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.9
+
  • The search index is not available
  • poolifier - v2.6.22
    @@ -39,7 +39,7 @@
    • MessageValue
    +
  • Defined in src/utility-types.ts:95
  • @@ -47,28 +47,29 @@

    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,16 +78,7 @@
    -
    - -
    id?: string
    -

    Message UUID.

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

    Message port.

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

    Task UUID.

    +
    +
    taskPerformance?: TaskPerformance
    @@ -135,7 +144,7 @@
    +
  • Defined in src/utility-types.ts:108
  • timestamp?: number
    @@ -144,15 +153,16 @@
    -
    - -
    workerId?: number
    +
  • Defined in src/utility-types.ts:81
  • +
    + +
    workerId: number

    Worker id.

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