X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=91ccb5a054d7ad64c9339a02923214633b5da0c4;hb=078116c1d8dde66831fcf40973059818592c8a88;hp=81c230f394dae2e5bd2ceeaf5a10f86a1890c4e7;hpb=cfeb9528531b00167f2e849c8b96709769159598;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index 81c230f3..91ccb5a0 100644 --- a/docs/interfaces/Task.html +++ b/docs/interfaces/Task.html @@ -1,192 +1,15 @@ -Task | poolifier - v2.6.32
-
- -
-
-
-
- -

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