Create a Robogator error Chat message

It is possible to set the state of a Chat message manually to: Error occurred in runtime.

The method above writes This is an error to the Chat and sets the Chat message state also to error occurred in runtime.

Use of this is to log partial errors during the running Task. When using try catch then you are able to track errors even if the Task finishes completely with this method. Ever partial error will be counted for the Trail statistic and the finished Task state is Error occurred in runtime.

Updated on February 18, 2025