10-20-2023 04:21 PM
Hello,
is there any way to add the addText parameter to the WaitIo method?
This would be very useful to find the step in the chain that caused the message.
I usually add the chain name and the current step with addtext to each message.
10-20-2023 04:40 PM
The method does not support AddText because it uses all information from the BinIo.GetError:
The event will use the AddText from BinIo.GetError. There is no other possibility (or a new WaitIo method with more input parameters).