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

Interface TaskStatisticsInternal

-
-

Task statistics.

-
-
-
-

Hierarchy

-
    -
  • TaskStatistics
-
-
-
- -
-
-

Properties

-
-
-

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.

-
-
-
- -
-
-

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