X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskStatistics.html;h=f4a054805d77d68fad2ffdf4b4381e5ad9d45a77;hb=ecde6ea8c439bbdd9dc2ca118731b5006a1a9884;hp=c400289f95cb5b5317ee2fca01eb8bd2cb315083;hpb=83924e2a6d515666785c4e222cc3aacee32e11ce;p=poolifier.git diff --git a/docs/interfaces/TaskStatistics.html b/docs/interfaces/TaskStatistics.html index c400289f..f4a05480 100644 --- a/docs/interfaces/TaskStatistics.html +++ b/docs/interfaces/TaskStatistics.html @@ -1,144 +1,16 @@ -TaskStatistics | poolifier - v3.0.5
-
- -
-
-
-
- -

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

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.

+

Generated using TypeDoc

\ No newline at end of file