X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=213e0ca2ad7800343263d6cacedfdcfbbe813a57;hb=a13e50c30dd0e0714ace0e1ea4ea1b36cdd18ab7;hp=cf96dbafd5783d82024bb3e9a5ca8e94e6a27330;hpb=6b83e544b1827a8a04898c3032dab73fe19687e6;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index cf96dbaf..213e0ca2 100644 --- a/docs/interfaces/Task.html +++ b/docs/interfaces/Task.html @@ -1,4 +1,4 @@ -Task | poolifier - v2.6.23
+Task | poolifier - v2.6.27
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.23
+
  • The search index is not available
  • poolifier - v2.6.27
    @@ -34,7 +34,7 @@ +
  • Defined in src/utility-types.ts:65
  • @@ -46,6 +46,7 @@ name? taskId? timestamp? +transferList? workerId
    @@ -57,7 +58,7 @@
    +
  • Defined in src/utility-types.ts:77
  • name?: string
    @@ -65,7 +66,7 @@
    +
  • Defined in src/utility-types.ts:73
  • taskId?: string
    @@ -73,7 +74,7 @@
    +
  • Defined in src/utility-types.ts:89
  • 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