X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskStatistics.html;h=fb819c87dbaa629efb7be6c7d886be45ddefa5a4;hb=e9fc6983e78e6e1ca6b29c5390ae66320cdf668a;hp=89545f52762a9877c59c6d49829a0412ad7240cc;hpb=b4e93467358d93166716dc6e5075d58c18c961c7;p=poolifier.git diff --git a/docs/interfaces/TaskStatistics.html b/docs/interfaces/TaskStatistics.html index 89545f52..fb819c87 100644 --- a/docs/interfaces/TaskStatistics.html +++ b/docs/interfaces/TaskStatistics.html @@ -1,14 +1,16 @@ -TaskStatistics | poolifier - v3.0.6

Interface TaskStatisticsInternal

Task statistics.

-

Hierarchy

  • TaskStatistics

Properties

executed +TaskStatistics | poolifier - v3.1.18

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.

-
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