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

    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 +87,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 +104,23 @@
    -
    - -
    started?: boolean
    -

    Whether the worker has started or not.

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

    Message port.

    +
    +
    +
    + +
    ready?: boolean
    +

    Whether the worker is ready or not.

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

    Worker id.

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