X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=9b54b8a9dedc47d869cb02f1132e1bab56a31cd8;hb=4d8bf9e40e07bd233be4494fda4e4270fdd8a355;hp=abb3ec5731d9e627cc08d5d7c784d10bcdf38a0e;hpb=3bd6a82e43e11294af91bbd19647944ac740169e;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index abb3ec57..9b54b8a9 100644 --- a/docs/interfaces/Task.html +++ b/docs/interfaces/Task.html @@ -18,9 +18,9 @@

Message object that is passed as a task between main worker and worker.

-
+

Type Parameters

-
+
  • Defined in src/pools/worker.ts:38
  • @@ -47,18 +47,18 @@

    Properties

    -
    data?: Data
    +
    data?: Data

    Task input data that will be passed to the worker.

    +
  • Defined in src/pools/worker.ts:42
  • -
    id?: string
    +
    id?: string

    UUID of the message.

    +
  • Defined in src/pools/worker.ts:46