X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=54e9c651051cd5757367659d42ecbee076778d3b;hb=2a6631992868d900762f62e4c228dce4e4ee549a;hp=280a5ddf0cf49048c15b92e861376fd24674ff1d;hpb=52d3ec6b2aea8279b0ac670bd6291efa90466a60;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index 280a5ddf..54e9c651 100644 --- a/docs/interfaces/MessageValue.html +++ b/docs/interfaces/MessageValue.html @@ -39,7 +39,7 @@ +
  • Defined in src/utility-types.ts:62
  • @@ -51,10 +51,12 @@ id? kill? name? +started? statistics? taskError? taskPerformance? timestamp? +workerId?

    Properties

    @@ -66,7 +68,7 @@
    +
  • Defined in src/pools/worker.ts:47
  • id?: string
    @@ -75,7 +77,7 @@
    +
  • Defined in src/pools/worker.ts:55
  • kill?: 1 | "SOFT" | "HARD"
    @@ -83,7 +85,7 @@
    +
  • Defined in src/utility-types.ts:71
  • name?: string
    @@ -92,15 +94,23 @@
    +
  • Defined in src/pools/worker.ts:43
  • +
    + +
    started?: boolean
    +

    Whether the worker has started or not.

    +
    +
    statistics?: WorkerStatistics
    -

    Whether to compute the given statistics or not.

    +

    Whether the worker computes the given statistics or not.

    +
  • Defined in src/utility-types.ts:83
  • taskError?: TaskError<ErrorData>
    @@ -108,7 +118,7 @@
    +
  • Defined in src/utility-types.ts:75
  • taskPerformance?: TaskPerformance
    @@ -116,7 +126,7 @@
    +
  • Defined in src/utility-types.ts:79
  • timestamp?: number
    @@ -125,7 +135,15 @@
    +
  • Defined in src/pools/worker.ts:51
  • +
    + +
    workerId?: number
    +

    Worker id.

    +
    +
    +
  • timestamp
  • +
  • workerId
  • +
  • WorkerTypes
  • +
  • availableParallelism
  • Generated using TypeDoc

    \ No newline at end of file