Outcome of Add().
Synopsis
Declared in <private_broadcast.h>
enum class AddResult : int;
Members
Name |
Description |
|
The transaction was newly added or reset after exhausting its send attempts. |
|
The transaction was already present with send attempts remaining; no change. |
|
Rejected: the queue is already at MAX_TRANSACTIONS. |
Created with MrDocs