X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=0939716b74dbc2a18495a91607ebb65e78e58962;hb=ccb7d1a70cd9bd4eb050160517e5bc48311d014f;hp=2685cf43772a331c02f42bdab4a49cc5fad1487f;hpb=fbc22127e53d3ec0ecbd38ecea25fb92ebef50e7;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index 2685cf43..0939716b 100644 --- a/docs/interfaces/Task.html +++ b/docs/interfaces/Task.html @@ -18,9 +18,9 @@

Message object that is passed as a task between main worker and worker.

-
+

Type Parameters

-
+
  • Defined in src/pools/worker.ts:39
  • @@ -42,6 +42,8 @@

    Properties

    Properties

    @@ -51,14 +53,28 @@

    Task input data that will be passed to the worker.

    +
  • Defined in src/pools/worker.ts:47
  • id?: string
    -

    UUID of the message.

    +

    Message UUID.

    +
  • Defined in src/pools/worker.ts:55
  • +
    + +
    name?: string
    +

    Task name.

    +
    +
    + +
    submissionTimestamp?: number
    +

    Submission timestamp.

    +