X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=90d11a1f2e47f56ec4eb0e1ba7645310acf18e31;hb=3a592a1254b999797590d1b54662b747eed17528;hp=112779f9c8576d641cc0f2f5d54a9f4ba2379b40;hpb=fab6d3b5750d884b29e5e7057628a06d88d0df8a;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index 112779f9..90d11a1f 100644 --- a/docs/interfaces/MessageValue.html +++ b/docs/interfaces/MessageValue.html @@ -36,7 +36,7 @@ +
  • Defined in src/utility-types.ts:20
  • @@ -60,14 +60,14 @@
    +
  • Defined in src/pools/worker.ts:43
  • error?: string

    Error.

    +
  • Defined in src/utility-types.ts:31
  • id?: string
    @@ -75,28 +75,28 @@
    +
  • Defined in src/pools/worker.ts:47
  • kill?: 1 | "SOFT" | "HARD"

    Kill code.

    +
  • Defined in src/utility-types.ts:27
  • parent?: MainWorker

    Reference to main worker.

    +
  • Defined in src/utility-types.ts:39
  • runTime?: number

    Runtime.

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