X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskStatistics.html;h=f535ba1df05e598345ae01c5a2368c1a9af93879;hb=04d875a3942abe97ce35c177c6e6f41619be974b;hp=e3aea18ba393c34d42e3b142b23920258cfce047;hpb=0d60e26b333c8072404dee45d8602602515b3b22;p=poolifier.git diff --git a/docs/interfaces/TaskStatistics.html b/docs/interfaces/TaskStatistics.html index e3aea18b..f535ba1d 100644 --- a/docs/interfaces/TaskStatistics.html +++ b/docs/interfaces/TaskStatistics.html @@ -1,5 +1,5 @@ -TaskStatistics | poolifier - v3.1.8

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.14

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