X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=22106d0097b4994de9d91565430d273d48acf06a;hb=9e10031ee0b5a9d0842cbf0cd65295742bfdc03e;hp=e09f8a6e5e017c19f14ed746ac29d1a1131a50bf;hpb=3db6a2b42ee697b6f587b0f41020771941a65e68;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index e09f8a6e..22106d00 100644 --- a/docs/interfaces/Task.html +++ b/docs/interfaces/Task.html @@ -32,7 +32,7 @@ +
  • Defined in src/pools/worker.ts:39
  • @@ -42,6 +42,7 @@

    Properties

    Properties

    @@ -51,14 +52,21 @@

    Task input data that will be passed to the worker.

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

    UUID of the message.

    +

    Message UUID.

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

    Task name.

    +