X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=fb4cc50c20e8e9c69a1e4a242d34e104605670b3;hb=5441aea6894a5031667db6447634fa5d97f69e36;hp=a5f12748ebebd5c07f3b1de53110d2c3eca1357f;hpb=ac2cb9e206b5e67cc52124eb334507f5dce230d5;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index a5f12748..fb4cc50c 100644 --- a/docs/interfaces/Task.html +++ b/docs/interfaces/Task.html @@ -1,4 +1,4 @@ -Task | poolifier
+Task | poolifier - v2.6.28
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.28
    @@ -34,7 +34,7 @@ +
  • Defined in src/utility-types.ts:65
  • @@ -43,9 +43,11 @@

    Properties

    Properties

    @@ -56,15 +58,7 @@
    -
    - -
    id?: string
    -

    Message UUID.

    -
    -
    +
  • Defined in src/utility-types.ts:77
  • name?: string
    @@ -72,7 +66,15 @@
    +
  • Defined in src/utility-types.ts:73
  • +
    + +
    taskId?: string
    +

    Task UUID.

    +
    +
    timestamp?: number
    @@ -80,7 +82,23 @@
    +
  • Defined in src/utility-types.ts:85
  • +
    + +
    transferList?: TransferListItem[]
    +

    Array of transferable objects.

    +
    +
    +
    + +
    workerId: number
    +

    Worker id.

    +
    +