X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskStatistics.html;h=04ae4de68fa4c74876c41888c49dd2a746ea6e86;hb=c8576e5fe740384f6f61316b7f09a788a14ab0ef;hp=3503aea552feb115bd164b0e1d88e526109cd37c;hpb=c11be5eddc7229e4b77105ed27e93697b65d0146;p=poolifier.git diff --git a/docs/interfaces/TaskStatistics.html b/docs/interfaces/TaskStatistics.html index 3503aea5..04ae4de6 100644 --- a/docs/interfaces/TaskStatistics.html +++ b/docs/interfaces/TaskStatistics.html @@ -1,144 +1,16 @@ -TaskStatistics | poolifier - v2.7.2
-
- -
-
-
-
- -

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