Echoes
An echo is a message that has been returned from a robot. It can be a string, object or error message. On this page, the user can track echoes in real time. If the robot is inactive or the task is finished, no messages will be returned.
Coloring Schema
To distinguish string, object and error messages, this colour scheme is used:- green - string messages sent by
echo.log()
method - blue - object messages sent by
echo.objekt()
method - red - error messages sent by
echo.error()
method