X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=b87fbf24f1363ecb2b4ce4a4ba4088446a150859;hb=2771e5dcac6411a9731c66730072fcc578ff701c;hp=b5df8f1d49a202eaf78033720e9cee7949b16c99;hpb=e816f0c4b8ce1ef889db0c7c0c260dd85a55ac91;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index b5df8f1d..b87fbf24 100644 --- a/docs/interfaces/Task.html +++ b/docs/interfaces/Task.html @@ -1,4 +1,4 @@ -Task | poolifier - v2.6.45
+Task | poolifier - v2.7.2
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.45
+
  • The search index is not available
  • poolifier - v2.7.2
    @@ -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