X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=73546779bedd6875c133d0b298f197d5dbc6b72a;hb=800480935c90f3847c389dd5dbfca11760e78675;hp=d59d57f04cb70060cd3036d8b22d6c360b833d3b;hpb=019581cc38fe0b47645d9b2120f325ab37388be2;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index d59d57f0..73546779 100644 --- a/docs/interfaces/MessageValue.html +++ b/docs/interfaces/MessageValue.html @@ -1,13 +1,13 @@ -MessageValue | poolifier - v2.6.28
+MessageValue | poolifier - v3.0.1
-
+
  • The search index is not available
  • poolifier - v3.0.1 +
    @@ -39,39 +39,43 @@
    • MessageValue
    +
  • Defined in src/utility-types.ts:105
  • - +

    Properties

    - +
    checkActive?: boolean

    Whether the worker starts or stops its activity check.

    +
  • Defined in src/utility-types.ts:153
  • data?: Data
    @@ -80,7 +84,7 @@
    +
  • Defined in src/utility-types.ts:83
  • kill?: true | "success" | "SOFT" | "HARD" | "failure"
    @@ -88,7 +92,7 @@
    +
  • Defined in src/utility-types.ts:110
  • name?: string
    @@ -97,7 +101,7 @@
    +
  • Defined in src/utility-types.ts:79
  • port?: MessagePort
    @@ -105,7 +109,7 @@
    +
  • Defined in src/utility-types.ts:157
  • ready?: boolean
    @@ -113,7 +117,7 @@
    +
  • Defined in src/utility-types.ts:149
  • statistics?: WorkerStatistics
    @@ -121,23 +125,52 @@
    -
    - -
    taskError?: TaskError<ErrorData>
    -

    Task error.

    +
  • Defined in src/utility-types.ts:145
  • +
    + +
    taskFunction?: string
    +

    Task function serialized to string.

    -
    - -
    taskFunctions?: string[]
    +
  • Defined in src/utility-types.ts:133
  • +
    + +
    taskFunctionName?: string
    +

    Task function name.

    +
    +
    +
    + +
    taskFunctionNames?: string[]

    Task function names.

    +
  • Defined in src/utility-types.ts:141
  • +
    + +
    taskFunctionOperation?: "add" | "default" | "remove"
    +

    Task function operation:

    + +
    +
    +
    + +
    taskFunctionOperationStatus?: boolean
    +

    Whether the task function operation is successful or not.

    +
    +
    taskId?: string
    @@ -146,7 +179,7 @@
    +
  • Defined in src/utility-types.ts:95
  • taskPerformance?: TaskPerformance
    @@ -154,7 +187,7 @@
    +
  • Defined in src/utility-types.ts:118
  • timestamp?: number
    @@ -163,7 +196,7 @@
    +
  • Defined in src/utility-types.ts:91
  • transferList?: TransferListItem[]
    @@ -172,21 +205,29 @@
    +
  • Defined in src/utility-types.ts:87
  • +
    + +
    workerError?: WorkerError<ErrorData>
    +

    Worker error.

    +
    +
    - -
    workerId: number
    + +
    workerId?: number

    Worker id.

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

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file