X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=5cd6d5db7bc905b046fdacb368286d185c4822f8;hb=a109e1c64ce3cff450fa79aebfa4de0ac3662be9;hp=ea1fef1972916f3da1467d2ad19b396f9635b70a;hpb=76aa2b0f39bd376383f2fdc79046328693719590;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index ea1fef19..5cd6d5db 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:58
  • @@ -47,26 +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
    @@ -75,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:63
  • name?: string
    @@ -92,7 +103,15 @@
    +
  • Defined in src/pools/worker.ts:46
  • +
    + +
    ready?: boolean
    +

    Whether the worker is ready or not.

    +
    +
    statistics?: WorkerStatistics
    @@ -100,7 +119,7 @@
    +
  • Defined in src/utility-types.ts:75
  • taskError?: TaskError<ErrorData>
    @@ -108,7 +127,7 @@
    +
  • Defined in src/utility-types.ts:67
  • taskPerformance?: TaskPerformance
    @@ -116,7 +135,7 @@
    +
  • Defined in src/utility-types.ts:71
  • timestamp?: number
    @@ -125,7 +144,16 @@
    +
  • Defined in src/pools/worker.ts:54
  • +
    + +
    workerId: number
    +

    Worker id.

    +
    +