X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=22106d0097b4994de9d91565430d273d48acf06a;hb=9e10031ee0b5a9d0842cbf0cd65295742bfdc03e;hp=abb3ec5731d9e627cc08d5d7c784d10bcdf38a0e;hpb=3bd6a82e43e11294af91bbd19647944ac740169e;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index abb3ec57..22106d00 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:39
  • @@ -42,23 +42,31 @@

    Properties

    Properties

    -
    data?: Data
    +
    data?: Data

    Task input data that will be passed to the worker.

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

    UUID of the message.

    +
    id?: string
    +

    Message UUID.

    +
  • Defined in src/pools/worker.ts:51
  • +
    + +
    name?: string
    +

    Task name.

    +