X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=fe98aaea3d86ba26ae0d80ae2305ef207ea74d16;hb=5e972953bf3193a557a14fa794d559b2acc1d6de;hp=2c16760e66c61b0c764b1e002d43e0e9291d8e65;hpb=18fea9f10a9d1fd8bbbc4738284939868faa0db5;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index 2c16760e..fe98aaea 100644 --- a/docs/interfaces/MessageValue.html +++ b/docs/interfaces/MessageValue.html @@ -1,4 +1,4 @@ -MessageValue | poolifier - v2.6.8
+MessageValue | poolifier - v2.6.18
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.8
+
  • The search index is not available
  • poolifier - v2.6.18
    @@ -39,7 +39,7 @@
    • MessageValue
    +
  • Defined in src/utility-types.ts:95
  • @@ -47,28 +47,37 @@

    Properties

    +
    + +
    checkActive?: boolean
    +

    Whether the worker starts or stops its activity check.

    +
    +
    - +
    data?: Data

    Task input data that will be passed to the worker.

    +
  • Defined in src/utility-types.ts:77
  • id?: string
    @@ -77,15 +86,15 @@
    +
  • Defined in src/utility-types.ts:85
  • -
    kill?: 1 | "SOFT" | "HARD"
    +
    kill?: true | "SOFT" | "HARD"

    Kill code.

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

    Whether the worker has started or not.

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

    Whether the worker is ready or not.

    +
  • Defined in src/utility-types.ts:116
  • statistics?: WorkerStatistics
    @@ -110,7 +119,7 @@
    +
  • Defined in src/utility-types.ts:112
  • taskError?: TaskError<ErrorData>
    @@ -118,7 +127,7 @@
    +
  • Defined in src/utility-types.ts:104
  • taskPerformance?: TaskPerformance
    @@ -126,7 +135,7 @@
    +
  • Defined in src/utility-types.ts:108
  • timestamp?: number
    @@ -135,15 +144,16 @@
    -
    - -
    workerId?: number
    +
  • Defined in src/utility-types.ts:81
  • +
    + +
    workerId: number

    Worker id.

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