MessageProcessed property
Flag indicating whether or not message was processed by Iguana.
Applies to
IIGCsourceMessageRequestCompletedEventInputs
Declaration
property MessageProcessed : Boolean;
Description
If true, the message has been processed by Iguana and does not need to be resent. The plugin should respond to the next OnMessageRequested event with the next available message.
If false, the message has not been processed by Iguana and needs to be resent. The plugin should respond to the next OnMessageRequested event with the same message.