X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=6883c713fe3eccaa67e39eb50173ca23b45ee027;hb=cf02ff9e146e22a2f99a6af35de7ce49efd4c6b5;hp=81781c1552c8a3a2db6423af0108d9c79a3df4d1;hpb=8c25f12d41260092a30cfb47feeb662140943302;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index 81781c15..6883c713 100644 --- a/docs/interfaces/MessageValue.html +++ b/docs/interfaces/MessageValue.html @@ -1,13 +1,13 @@ -MessageValue | poolifier - v2.6.39
+MessageValue | poolifier - v2.7.4
-
+
  • The search index is not available
  • poolifier - v2.7.4 +
    @@ -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,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
  • @@ -208,79 +249,42 @@
  • port
  • ready
  • statistics
  • -
  • taskError
  • -
  • taskFunctions
  • +
  • taskFunction
  • +
  • taskFunctionName
  • +
  • taskFunctionNames
  • +
  • taskFunctionOperation
  • +
  • taskFunctionOperationStatus
  • taskId
  • taskPerformance
  • timestamp
  • transferList
  • +
  • workerError
  • workerId
  • +

    Generated using TypeDoc

    -
    \ No newline at end of file +
    \ No newline at end of file