X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=b2bacebf97362f3cfde31d34438ab11987968391;hb=110b6d1353482c5df5bead2389df395af9832bd3;hp=ebd7b5b50fb714164fe58a89f089e4713a9237bb;hpb=bf4dcb92f8d370524a2975961731fe6c4e8b083c;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index ebd7b5b5..b2bacebf 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.

    +