X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskStatistics.html;h=04534e42b13dab46212500aa4306da373cade3f1;hb=f592ef16474a0643584871f6ea6a6de14950381a;hp=19f553a29aa3aced3ad7e654dd84ee92816dcf45;hpb=c02dd5c31cb3ec023721a8564e0c1a1540929226;p=poolifier.git diff --git a/docs/interfaces/TaskStatistics.html b/docs/interfaces/TaskStatistics.html index 19f553a2..04534e42 100644 --- a/docs/interfaces/TaskStatistics.html +++ b/docs/interfaces/TaskStatistics.html @@ -1,5 +1,5 @@ -TaskStatistics | poolifier - v3.0.10

Interface TaskStatisticsInternal

Task statistics.

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

Properties

executed +TaskStatistics | poolifier - v3.1.2

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 +
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