X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=f1beb272d9f740d26c32afe0d4f90428b3c9c579;hb=699db3f06500e28320ae786e304c23020dd5b5ad;hp=94174efae155a035ec12fea19da97bd7db5bf171;hpb=d655c2c2b159a39f900230c14b301ba123653362;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index 94174efa..f1beb272 100644 --- a/docs/interfaces/Task.html +++ b/docs/interfaces/Task.html @@ -32,7 +32,7 @@ +
  • Defined in src/pools/worker.ts:38
  • @@ -48,17 +48,17 @@
    data?: Data
    -

    Input data that will be passed to the worker.

    +

    Task input data that will be passed to the worker.

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

    UUID of the message.

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