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