X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskStatistics.html;h=85107b2bb2e2bdfd5cbea185c26ccfb67dfe812e;hb=a99f06d1fff8949584cd630bfaa3fa2e3cc3897e;hp=219b4650bc8602501e4407b1250ede1f81d4c62a;hpb=cf4c4b77d31b88b45c9f876f6fab553e66000f4d;p=poolifier.git diff --git a/docs/interfaces/TaskStatistics.html b/docs/interfaces/TaskStatistics.html index 219b4650..85107b2b 100644 --- a/docs/interfaces/TaskStatistics.html +++ b/docs/interfaces/TaskStatistics.html @@ -1,5 +1,5 @@ -TaskStatistics | poolifier - v3.1.22

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

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