X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=837f3fa0886e30ea99b4961585b1cc09290d0099;hb=adccd57c8a8885c4fbc1a061eef95947603337c6;hp=184178349969ad78a8671e67667f70b4e78d9946;hpb=3fec62b0785f8819bbf9d87ab7b8cf9097f552a7;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index 18417834..837f3fa0 100644 --- a/docs/interfaces/Task.html +++ b/docs/interfaces/Task.html @@ -1,13 +1,13 @@ -Task | poolifier - v3.0.6

Interface Task<Data>Internal

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

+Task | poolifier - v3.0.9

Interface Task<Data>Internal

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

Type Parameters

  • Data = unknown

    Type of data sent to the worker. This can only be structured-cloneable data.

    -

Hierarchy

Properties

Hierarchy

Properties

data?: Data

Task input data that will be passed to the worker.

-
name?: string

Task name.

-
taskId?: string

Task UUID.

-
timestamp?: number

Timestamp.

-
transferList?: TransferListItem[]

Array of transferable objects.

-

Generated using TypeDoc

\ No newline at end of file +
name?: string

Task name.

+
taskId?: string

Task UUID.

+
timestamp?: number

Timestamp.

+
transferList?: TransferListItem[]

Array of transferable objects.

+

Generated using TypeDoc

\ No newline at end of file