X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=fb4cc50c20e8e9c69a1e4a242d34e104605670b3;hb=refs%2Ftags%2Fv2.6.29;hp=8d7e62fbab88f08ade2d7d32f7bfdac0fc6d8c3c;hpb=120c7852afd1ce4c01bd7e70cd14eeeedda8c1e3;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index 8d7e62fb..fb4cc50c 100644 --- a/docs/interfaces/Task.html +++ b/docs/interfaces/Task.html @@ -1,4 +1,4 @@ -Task | poolifier - v2.6.16
+Task | poolifier - v2.6.28
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.16
+
  • The search index is not available
  • poolifier - v2.6.28
    @@ -34,7 +34,7 @@ +
  • Defined in src/utility-types.ts:65
  • @@ -43,9 +43,10 @@

    Properties

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

    Message UUID.

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

    Task UUID.

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

    Array of transferable objects.

    +
    +
    workerId: number
    @@ -89,7 +98,7 @@
    +
  • Defined in src/utility-types.ts:69