trq_test_retries()#
trq_test_retries() checks whether the retry limit for a given message has been reached.
Prototype
BOOL trq_test_retries(
q_msg msg
);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
The message whose retry status is being checked. |
Return Value
Returns TRUE if the retry limit has been reached, otherwise FALSE.
Notes
Use trq_add_retries() to increment the retry count and trq_clear_retries() to reset it.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples