Skip to main content

ec_mailq_get_pending_enqueues

Last updated March 2020

Name

ec_mailq_get_pending_enqueues — Fetch the number of pending enqueue requests

Synopsis

#include "mail_queue.h"

| unsigned int **ec_mailq_get_pending_enqueues** ( | ); |   |

void;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Fetch the number of pending enqueue requests.

Useful for throttling injections if a system is too busy.

Return Values

number of pending enqueue requests system-wide

Was this page helpful?