X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=5339145d87ce472717f55f24f114f81621ed266f;hb=410724041bab556be1385c56f9a32e5030f6f2cf;hp=79c666115144cf7fbc1a2c1c31bff06542eb1866;hpb=717e9363ccc3cfdbd24bda1bd019d31274163b10;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index 79c66611..5339145d 100644 --- a/docs/interfaces/Task.html +++ b/docs/interfaces/Task.html @@ -1,4 +1,4 @@ -Task | poolifier - v2.6.45
+Task | poolifier - v2.7.3
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.45
+
  • The search index is not available
  • poolifier - v2.7.3
    @@ -34,7 +34,7 @@ +
  • Defined in src/utility-types.ts:71
  • @@ -47,7 +47,7 @@ taskId? timestamp? transferList? -workerId +workerId?

    Properties

    @@ -58,7 +58,7 @@
    +
  • Defined in src/utility-types.ts:83
  • name?: string
    @@ -66,7 +66,7 @@
    +
  • Defined in src/utility-types.ts:79
  • taskId?: string
    @@ -74,7 +74,7 @@
    +
  • Defined in src/utility-types.ts:95
  • timestamp?: number
    @@ -82,7 +82,7 @@
    +
  • Defined in src/utility-types.ts:91
  • transferList?: TransferListItem[]
    @@ -90,15 +90,15 @@
    +
  • Defined in src/utility-types.ts:87
  • - -
    workerId: number
    + +
    workerId?: number

    Worker id.

    +
  • Defined in src/utility-types.ts:75
  • Generated using TypeDoc