X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskStatistics.html;h=216e3f47bf31fa016ee73294de3c0f0eb50cf796;hb=c8576e5fe740384f6f61316b7f09a788a14ab0ef;hp=3c82a3d33068822aa890038b9b95fbe0e6951874;hpb=a84c4698b83aaa02b9f10e52aa9c76eff5b5871f;p=poolifier.git diff --git a/docs/interfaces/TaskStatistics.html b/docs/interfaces/TaskStatistics.html index 3c82a3d3..04ae4de6 100644 --- a/docs/interfaces/TaskStatistics.html +++ b/docs/interfaces/TaskStatistics.html @@ -1,184 +1,16 @@ -TaskStatistics | poolifier - v2.6.35
-
- -
-
-
-
- -

Interface TaskStatisticsInternal

-
-

Task statistics.

-
-
-
-

Hierarchy

-
    -
  • TaskStatistics
-
-
-
- -
-
-

Properties

-
- -
executed: number
-

Number of executed tasks.

-
-
-
- -
executing: number
-

Number of executing tasks.

-
-
-
- -
failed: number
-

Number of failed tasks.

-
-
-
- -
maxQueued?: number
-

Maximum number of queued tasks.

-
-
-
- -
queued: number
-

Number of queued tasks.

-
-
-
- -
stolen: number
-

Number of stolen tasks.

-
-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +TaskStatistics | poolifier - v4.0.1

Interface TaskStatisticsInternal

Task statistics.

+
interface TaskStatistics {
    executed: number;
    executing: number;
    failed: number;
    maxQueued?: number;
    queued: number;
    sequentiallyStolen: number;
    stolen: number;
}

Properties

executed: number

Number of executed tasks.

+
executing: number

Number of executing tasks.

+
failed: number

Number of failed tasks.

+
maxQueued?: number

Maximum number of queued tasks.

+
queued: number

Number of queued tasks.

+
sequentiallyStolen: number

Number of sequentially stolen tasks.

+
stolen: number

Number of stolen tasks.

+
\ No newline at end of file