X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=cf96dbafd5783d82024bb3e9a5ca8e94e6a27330;hb=c4424e52e4924efa5eef704cb5dcb82f2760e0da;hp=20689aea67e14456ca937128416186b3cfd4ac11;hpb=2a6631992868d900762f62e4c228dce4e4ee549a;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index 20689aea..cf96dbaf 100644 --- a/docs/interfaces/Task.html +++ b/docs/interfaces/Task.html @@ -1,4 +1,4 @@ -Task | poolifier
+Task | poolifier - v2.6.23
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.23
    @@ -34,7 +34,7 @@ +
  • Defined in src/utility-types.ts:65
  • @@ -43,9 +43,10 @@

    Properties

    Properties

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

    Message UUID.

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

    Task UUID.

    +
    +
    timestamp?: number
    @@ -80,7 +81,15 @@
    +
  • Defined in src/utility-types.ts:81
  • +
    + +
    workerId: number
    +

    Worker id.

    +
    +