trq_clear_retries()#
Clears the retry count of the specified message in the queue.
Prototype
void trq_clear_retries(
q_msg msg
);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
The message whose retry count should be cleared. |
Return Value
This function does not return a value.
Notes
Use trq_test_retries() to check the retry count before clearing it.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples