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