Chameleon and Iguana Plugin C# Class Libraries

SourceMessageRequestCompletedEventInputs.MessageProcessed Property

Flag indicating whether or not message was processed by Iguana.

[Visual Basic]
Public ReadOnly Property MessageProcessed As Boolean
[C#]
public bool MessageProcessed {get;}

Remarks

If true, the message has been processed by Iguana and does not need to be resent. The plugin should respond to the next MessageRequested 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 MessageRequested event with the same message.

See Also

SourceMessageRequestCompletedEventInputs Class | iNTERFACEWARE.Iguana.Plugin Namespace