Read data from usermessage or errormessage at bottom left corner
ATLURI BHARATH KUMAR
Altair Community Member
I want to read the error message from the bottom left corner. Then, i want to use that type of error message with if condition and execute the other task
Is it possible to read in this way?
Thanks in advance
0
Answers
-
hello @ATLURI BHARATH KUMAR ,
it is possible to write messages in the status bar bottom (thanks to hm_errormessgae), but the opposite is not possible. Indeed, in most of the cases the user wants to prenvent his script to end in a situation where the message will be printed.
So you may need to think about a different check in order to execute a given task
Hope this helps,
Michael
0