X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=c61eebc85e4c92579b0d4a4e66d9fda8a04c58c3;hb=84d0f4f2937987e5adbb8cfa94839eaf050c7502;hp=f36a76f83b1b98b4701af54744c4ef4581c34c02;hpb=658b9aa08266ed9a8ae3c0fc947d237fa2674f09;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index f36a76f8..c61eebc8 100644 --- a/docs/interfaces/MessageValue.html +++ b/docs/interfaces/MessageValue.html @@ -39,7 +39,7 @@ +
  • Defined in src/utility-types.ts:62
  • @@ -47,12 +47,12 @@

    Properties

    +
    + +
    checkAlive?: boolean
    +

    Whether the worker starts or stops its aliveness check.

    +
    +
    - +
    data?: Data

    Task input data that will be passed to the worker.

    -
    - -
    dynamic?: boolean
    -

    Whether the worker is dynamic or not.

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

    Kill code.

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

    Whether the worker has started or not.

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

    Whether the worker is ready or not.

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