Methods and events of an attended automation form

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • 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.
    • 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.
    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.