X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=6883c713fe3eccaa67e39eb50173ca23b45ee027;hb=cf02ff9e146e22a2f99a6af35de7ce49efd4c6b5;hp=6a8693bf3650e1a06dabc22e5f92164c4875143c;hpb=665702eef3ad8153279b344e0276687f7f50c10f;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index 6a8693bf..6883c713 100644 --- a/docs/interfaces/MessageValue.html +++ b/docs/interfaces/MessageValue.html @@ -1,4 +1,4 @@ -MessageValue | poolifier - v2.6.42
+MessageValue | poolifier - v2.7.4
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.42
+
  • The search index is not available
  • poolifier - v2.7.4

    Properties

    @@ -71,7 +75,7 @@
    +
  • 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:

    +
      +
    • 'add' - Add a task function.
    • +
    • 'remove' - Remove a task function.
    • +
    • 'default' - Set a task function as default.
    • +
    +
    +
    +
    + +
    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,16 +205,24 @@
    +
  • 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