ui.Interface.ProgressMessage() method is used to provide a progress message. Terminates with the method ui.Interface.ProgressMessageStop().
Syntax
ui.Interface.ProgressMessage(<progress_message_id>, "<message_text>", "<animation>")
Arguments
| Arguments | Description |
| <progress_message_id> | The identifier of a progress messages, INT |
| <message_text> | The text for your message, STRING |
| <animation>: circular / rolling-sticks / bar | Options for the progress bar animation, STRING |
Usage and examples