X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=e095fb5e6ed5550e7a59e07f11c41edc5f5ca5a5;hb=396360a789e4806699533ddf899c79dc2b7ae868;hp=3cf315bd440a670124af6a307355474b8102cf82;hpb=0a1679ba0ec3a6ebc3400ca103612d0e106cde53;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index 3cf315bd..e095fb5e 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:42
  • error?: string

    Error.

    +
  • Defined in src/utility-types.ts:31
  • id?: string
    @@ -75,28 +75,28 @@
    +
  • Defined in src/pools/worker.ts:46
  • 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