MessageProcessedFlag property
Indicates to Iguana whether or not the message was processed by the plugin.
Applies to
IIGCdestinationMessageReceivedEventOutputs
Declaration
property MessageProcessedFlag : Boolean;
Description
Default value: false.
Should generally be set by event handlers to true.
If set to false, Iguana will simply issue a relatively generic error message. Event handlers can add their own specific error log message to the Iguana logs using the AddErrorLogMessage method instead.