X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=90d11a1f2e47f56ec4eb0e1ba7645310acf18e31;hb=3a592a1254b999797590d1b54662b747eed17528;hp=3cf315bd440a670124af6a307355474b8102cf82;hpb=65ec4e64a4690b019d3ef86c97aa7182b715f539;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index 3cf315bd..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