activities
latest
false
UiPath logo, featuring letters U and I in white
UI Automation Activities
Last updated Nov 22, 2024

Read Status Bar

UiPath.UIAutomationNext.Activities.NSAPReadStatusbar

Description

Reads the message displayed in the Status Bar on the bottom of the SAP GUI window.

Project compatibility

Windows - Legacy | Windows

Configuration

Designer panel
  • Message Type - Enables you to store the type of message in a variable.
  • Message Text - Enables you to store the full message text in a variable.
  • Message Data - Enables you to store the data from the status of message in a variable.
Properties panel

Common

  • Continue on error - Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is False. As a result, if the field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
    Note: If this activity is included in Try Catch and the value of the ContinueOnError property is set to True, no error is caught when the project is executed.
  • Delay after - Delay (in seconds) between the time this activity is completed and the time the next activity begins any operations. The default value is 0.3 seconds. Adding a delay between activities ensures that one activity has enough time to complete before the next activity begins.

  • Delay before - Delay (in seconds) between the time the previous activity is completed and the time this activity begins performing any operations. The default value is 0.2 seconds. Adding a delay between activities ensures that one activity has enough time to complete before the next activity begins.

  • Display name - The display name of the activity.
  • Timeout - Specify the amount of time (in seconds) to wait for the activity to be executed before throwing an error. The default value is 30 seconds.

Input/Output Element

  • Input element - The UI element on which the activity is executed, stored in an UIElement object. This field supports only UIElement objects. This object can be obtained from the Output Element property field of other UI Automation activities.

Misc

  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level. This field supports only Boolean (True, False) values. The default value is False.
Output
  • Message Data - Enables you to store the data from the status of message in a variable. This field supports only String Array variables.
  • Message ID - Enables you to store the ID of the message in a variable. Variable created in this field is of String type.
  • Message Number - Enables you to store the number of the message in a variable. Variable created in this field is of String type.
  • Message Text - Enables you to store the full message text in a variable. This field supports only String variables.
  • Message Type - Enables you to store the type of message in a variable. This field supports only String variables. Messages are of the following types:
    • S - Success.
    • W - Warning.
    • E - Error.
  • Description
  • Project compatibility
  • Configuration

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.