Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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

MethodDescription
GetFieldsGets the text from the selected fields.
HideHides the form.
SetFieldsSets the text for the selected fields.
SetTitleSets the title of the designed form.
ShowDisplays the designed form.
ShowBusyDisplays the Busy icon.- If True, displays that the designed form is in busy mode with message, if any. - If False, displays that the designed form is in normal mode.
ShowPopupDisplays a message in a pop-up window.
UpdateProgressProvides visual feedback in the form as a progress bar. Set the percentage of the progress as required.

Events

MethodDescription
OnOpenOccurs when the form is opened.
OnCloseOccurs when the form is closed.

Parent Topic:RPA Desktop Design Studio reference

Related topics

Create an attended automation form in RPA Desktop Design Studio