X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerInfo.html;h=f82f4ddf569e932cb6e1f9707eb630ec3d4525e0;hb=30d7f6e094a9b837fd85c74ef23188ab28e86644;hp=975034b202f74698800fe2dfd982330e488c367f;hpb=b7e141c40bccfd7a4ec0ff98b7829f7d296f048b;p=poolifier.git diff --git a/docs/interfaces/WorkerInfo.html b/docs/interfaces/WorkerInfo.html index 975034b2..f82f4ddf 100644 --- a/docs/interfaces/WorkerInfo.html +++ b/docs/interfaces/WorkerInfo.html @@ -1,176 +1,12 @@ -WorkerInfo | poolifier - v2.6.41
-
- -
-
-
-
- -

Interface WorkerInfoInternal

-
-

Worker information.

-
-
-
-

Hierarchy

-
    -
  • WorkerInfo
-
-
-
- -
-
-

Properties

-
dynamic +WorkerInfo | poolifier - v3.1.8

Interface WorkerInfoInternal

Worker information.

+
interface WorkerInfo {
    dynamic: boolean;
    id: undefined | number;
    ready: boolean;
    taskFunctionNames?: string[];
    type: "thread" | "cluster";
}
-
-

Properties

-
- -
dynamic: boolean
-

Dynamic flag.

-
-
-
- -
id: undefined | number
-

Worker id.

-
-
-
- -
ready: boolean
-

Ready flag.

-
-
-
- -
taskFunctions?: string[]
-

Task function names.

-
-
-
- -
type: "thread" | "cluster"
-

Worker type.

-
-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +

Properties

dynamic: boolean

Dynamic flag.

+
id: undefined | number

Worker id.

+
ready: boolean

Ready flag.

+
taskFunctionNames?: string[]

Task function names.

+
type: "thread" | "cluster"

Worker type.

+

Generated using TypeDoc

\ No newline at end of file