X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=973250b39f25736074aa0cb9f4a8b39d967e2c13;hb=969223ea18802a84dfea369e254332e11bf8e419;hp=d7170ab362a00941380ad4ec2e0ad67d8b14bc6f;hpb=84d0f4f2937987e5adbb8cfa94839eaf050c7502;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index d7170ab3..973250b3 100644 --- a/docs/interfaces/Task.html +++ b/docs/interfaces/Task.html @@ -1,4 +1,4 @@ -Task | poolifier - v2.6.9
+Task | poolifier - v2.6.33
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.9
+
  • The search index is not available
  • poolifier - v2.6.33
    @@ -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.

    +
    +