mail_queue_size
Last updated March 2020
Name
mail_queue_size — Get the size of a mail queue
Synopsis
#include "mail_queue.h"
| int **mail_queue_size** (
| queue)
; | |
Description
Returns the size of a mail queue, including active and delayed messages.
- queue
-
A pointer to a mail_queue struct. For documentation of this data structure see “mail_queue”
This function returns the size of a mail queue: the total number of messages in the active and delayed queues.
It is only legal to call this function in the Scheduler
thread.
See Also
Was this page helpful?