"Success" message when process returns

rachel_lomasky
rachel_lomasky New Altair Community Member
edited November 2024 in Community Q&A

I have a process triggered by a button in Server.  It takes about 20 seconds to return.  I'd like to have a message when the user pushes the button saying something like "Processing" and then a message saving "Success" when it completes.  Is this possible?

Tagged:

Best Answer

  • BalazsBaranyRM
    BalazsBaranyRM New Altair Community Member
    Answer ✓

    Hi!

     

    You could try to use an App Object with just one column and one row. When starting the process, you would set the contents to "Processing". When the process is done, it would set it to "Success". 

     

    The easiest way to achieve this is with the "Generate Data by User Specification" and "Publish to App" operators. Then you create a visualisation in the Server and subscribe to the App object.

     

    Regards,

    Balázs

Answers

  • BalazsBaranyRM
    BalazsBaranyRM New Altair Community Member
    Answer ✓

    Hi!

     

    You could try to use an App Object with just one column and one row. When starting the process, you would set the contents to "Processing". When the process is done, it would set it to "Success". 

     

    The easiest way to achieve this is with the "Generate Data by User Specification" and "Publish to App" operators. Then you create a visualisation in the Server and subscribe to the App object.

     

    Regards,

    Balázs