Methods and events of an attended automation form
Learn about the methods and events of an attended automation form in RPA Desktop Design Studio.
The methods and events of the attended automation form are displayed in the Object Explorer pane.
Methods
| Method | Description |
|---|---|
| GetFields | Gets the text from the selected fields. |
| Hide | Hides the form. |
| SetFields | Sets the text for the selected fields. |
| SetTitle | Sets the title of the designed form. |
| Show | Displays the designed form. |
| ShowBusy | Displays the Busy icon.
|
| ShowPopup | Displays a message in a pop-up window. |
| UpdateProgress | Provides visual feedback in the form as a progress bar. Set the percentage of the progress as required. |
Events
| Method | Description |
|---|---|
| OnOpen | Occurs when the form is opened. |
| OnClose | Occurs when the form is closed. |