[Solved] ackPrevious

Hi,

From this documentation, do anyone know what the field ackPrevious is for ?

Regards,
Matthias

If ackPrevious = FALSE, then only the event in question is acked.
If ackPrevious = TRUE then that event, plus all previous events (lower event ID) are acked.

Thank you ! :slight_smile: