X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=2d134e0ad7d60f7c751bb0a6637ab706e5b67650;hb=f33c2d55c063a50c0025bf707fa4faf7a5e25f6e;hp=8b6344ec0aab55f90bfc1de16de7fd99fb08a274;hpb=a6b5c73ccccb3ef0ccc24ad462182e3cacee77b4;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index 8b6344ec..2d134e0a 100644 --- a/docs/interfaces/MessageValue.html +++ b/docs/interfaces/MessageValue.html @@ -1,4 +1,4 @@ -MessageValue | poolifier - v2.6.9
+MessageValue | poolifier - v2.6.12
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.9
+
  • The search index is not available
  • poolifier - v2.6.12
    @@ -39,7 +39,7 @@
    • MessageValue
    +
  • Defined in src/utility-types.ts:95
  • @@ -52,12 +52,12 @@ id? kill? name? -started? +ready? statistics? taskError? taskPerformance? timestamp? -workerId? +workerId

    Properties

    @@ -68,7 +68,7 @@
    +
  • Defined in src/utility-types.ts:120
  • data?: Data
    @@ -77,7 +77,7 @@
    +
  • Defined in src/utility-types.ts:77
  • id?: string
    @@ -86,7 +86,7 @@
    +
  • Defined in src/utility-types.ts:85
  • kill?: true | "SOFT" | "HARD"
    @@ -94,7 +94,7 @@
    +
  • Defined in src/utility-types.ts:100
  • name?: string
    @@ -103,15 +103,15 @@
    -
    - -
    started?: boolean
    -

    Whether the worker has started or not.

    +
  • Defined in src/utility-types.ts:73
  • +
    + +
    ready?: boolean
    +

    Whether the worker is ready or not.

    +
  • Defined in src/utility-types.ts:116
  • statistics?: WorkerStatistics
    @@ -119,7 +119,7 @@
    +
  • Defined in src/utility-types.ts:112
  • taskError?: TaskError<ErrorData>
    @@ -127,7 +127,7 @@
    +
  • Defined in src/utility-types.ts:104
  • taskPerformance?: TaskPerformance
    @@ -135,7 +135,7 @@
    +
  • Defined in src/utility-types.ts:108
  • timestamp?: number
    @@ -144,15 +144,16 @@
    -
    - -
    workerId?: number
    +
  • Defined in src/utility-types.ts:81
  • +
    + +
    workerId: number

    Worker id.

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