X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=91ccb5a054d7ad64c9339a02923214633b5da0c4;hb=99659f9903c56b27ae19b4da49fa4a535125dac7;hp=1e22f6b8c4143392130f2bb174faf28358dae474;hpb=4445abb25ec4c9d80985ca93c65762a6c892a852;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index 1e22f6b8..91ccb5a0 100644 --- a/docs/interfaces/Task.html +++ b/docs/interfaces/Task.html @@ -1,192 +1,15 @@ -Task | poolifier - v2.6.31
-
- -
-
-
-
- -

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

-
data? +Task | poolifier - v3.0.5

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

-
- -
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.

-
-
-
- -
workerId: number
-

Worker id.

-
-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +workerId? +

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.

+
workerId?: number

Worker id.

+

Generated using TypeDoc

\ No newline at end of file