X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=8f60cdb1321c7d722e2c98a84811ed901f89686b;hb=52f4e8137eab5d72c663eb9ae9289c08d804e559;hp=54e9c651051cd5757367659d42ecbee076778d3b;hpb=2a6631992868d900762f62e4c228dce4e4ee549a;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index 54e9c651..8f60cdb1 100644 --- a/docs/interfaces/MessageValue.html +++ b/docs/interfaces/MessageValue.html @@ -1,4 +1,4 @@ -MessageValue | poolifier
+MessageValue | poolifier - v2.6.12
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.12
    @@ -39,7 +39,7 @@
    • MessageValue
    +
  • Defined in src/utility-types.ts:66
  • @@ -47,28 +47,37 @@

    Properties

    +
    + +
    checkAlive?: boolean
    +

    Whether the worker starts or stops its aliveness check.

    +
    +
    - +
    data?: Data

    Task input data that will be passed to the worker.

    +
  • Defined in src/pools/worker.ts:50
  • id?: string
    @@ -77,15 +86,15 @@
    +
  • Defined in src/pools/worker.ts:58
  • -
    kill?: 1 | "SOFT" | "HARD"
    +
    kill?: true | "SOFT" | "HARD"

    Kill code.

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

    Whether the worker has started or not.

    +
  • Defined in src/pools/worker.ts:46
  • +
    + +
    ready?: boolean
    +

    Whether the worker is ready or not.

    +
  • Defined in src/utility-types.ts:87
  • statistics?: WorkerStatistics
    @@ -110,7 +119,7 @@
    +
  • Defined in src/utility-types.ts:83
  • taskError?: TaskError<ErrorData>
    @@ -118,7 +127,7 @@
    +
  • Defined in src/utility-types.ts:75
  • taskPerformance?: TaskPerformance
    @@ -126,7 +135,7 @@
    +
  • Defined in src/utility-types.ts:79
  • timestamp?: number
    @@ -135,15 +144,16 @@
    -
    - -
    workerId?: number
    +
  • Defined in src/pools/worker.ts:54
  • +
    + +
    workerId: number

    Worker id.

    +
  • Defined in src/pools/worker.ts:42