Read data from usermessage or errormessage at bottom left corner

ATLURI BHARATH KUMAR
ATLURI BHARATH KUMAR Altair Community Member
edited May 21 in Community Q&A

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

Answers

  • Michael Herve_21439
    Michael Herve_21439
    Altair Employee
    edited May 21

    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