QueueStatistics allow observation of the rate that tasks on a given queue are being
executed. Note that statistics provided are only approximate, and some statistics may be delayed
or transiently unavailable.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`QueueStatistics` provides approximate observations of task execution rates on a given queue."],["The class includes methods to retrieve the enforced task execution rate, tasks executed in the last minute, and the number of non-completed tasks."],["It also allows you to see the estimated time of arrival (ETA) for the oldest task, the queue's name, and number of tasks that have been sent but a reply has not been received."],["All the methods in this class provide different data points, but all of them return their results either as `int`, `double`, `long`, `string`, or `long` data types."]]],[]]