X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=f431de8aa472c241103cc72e0f61d28724ecb1b1;hb=353260e334c7f801b1236890f3a0cb8a98ed2b8e;hp=5aff22f0b9aabb020bbf701a3c8966ca465c458c;hpb=749e1fa387ba832c85f789337b3c2e679331cb64;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index 5aff22f0..f431de8a 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.

    +