SendLogMessage param TStatusTag not documented

Hi

Action.SendLogMessage takes the text parameter and as a second param "codeinsight" shows me it can also take a StatusTag param of type TStatusTag. However this param is not documented in the help file.

I am guessing you can use it to specify normal, error etc. but what values do I write in the script etc.?

 

br Lars

The “code insight” should show you the values, they are :

stInformation - normal output
stSuccess - green output
stWarning - orange output
stError - red output - also interpreted by some actions as errors

And so it does… Just needed to use the right key combination :slight_smile:

Thanks, Lars