X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=18f1996ecc8286b456f04c1c18d519dc9e241d85;hb=2771e5dcac6411a9731c66730072fcc578ff701c;hp=7e22a7ecb8cfd56a120c728cc4a6a67e2ab13522;hpb=de2e7182cca6b34b000a09bf6d0ddcff4757db3a;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index 7e22a7ec..18f1996e 100644 --- a/docs/interfaces/MessageValue.html +++ b/docs/interfaces/MessageValue.html @@ -1,13 +1,13 @@ -MessageValue | poolifier - v2.6.25
+MessageValue | poolifier - v2.7.2
-
+
  • The search index is not available
  • poolifier - v2.7.2 +
    @@ -39,38 +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
    @@ -79,15 +84,15 @@
    +
  • Defined in src/utility-types.ts:83
  • -
    kill?: true | "SOFT" | "HARD"
    +
    kill?: true | "success" | "SOFT" | "HARD" | "failure"

    Kill code.

    +
  • Defined in src/utility-types.ts:110
  • name?: string
    @@ -96,7 +101,7 @@
    +
  • Defined in src/utility-types.ts:79
  • port?: MessagePort
    @@ -104,7 +109,7 @@
    +
  • Defined in src/utility-types.ts:157
  • ready?: boolean
    @@ -112,7 +117,7 @@
    +
  • Defined in src/utility-types.ts:149
  • statistics?: WorkerStatistics
    @@ -120,15 +125,52 @@
    -
    - -
    taskError?: TaskError<ErrorData>
    -

    Task error.

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

    Task function serialized to string.

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

    Task function name.

    +
    +
    +
    + +
    taskFunctionNames?: string[]
    +

    Task function names.

    +
    +
    +
    + +
    taskFunctionOperation?: "add" | "default" | "remove"
    +

    Task function operation:

    + +
    +
    +
    + +
    taskFunctionOperationStatus?: boolean
    +

    Whether the task function operation is successful or not.

    +
    +
    taskId?: string
    @@ -137,7 +179,7 @@
    +
  • Defined in src/utility-types.ts:95
  • taskPerformance?: TaskPerformance
    @@ -145,7 +187,7 @@
    +
  • Defined in src/utility-types.ts:118
  • timestamp?: number
    @@ -154,7 +196,7 @@
    +
  • Defined in src/utility-types.ts:91
  • transferList?: TransferListItem[]
    @@ -163,29 +205,37 @@
    +
  • 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
  • @@ -199,74 +249,42 @@
  • port
  • ready
  • statistics
  • -
  • taskError
  • +
  • taskFunction
  • +
  • taskFunctionName
  • +
  • taskFunctionNames
  • +
  • taskFunctionOperation
  • +
  • taskFunctionOperationStatus
  • taskId
  • taskPerformance
  • timestamp
  • transferList
  • +
  • workerError
  • workerId
  • +
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file