activities
latest
false
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
UiPath logo, featuring letters U and I in white
用户界面自动化活动
Last updated 2024年11月22日

读取状态栏

UiPath.UIAutomationNext.Activities.NSAPReadStatusbar

描述

读取 SAP GUI 窗口的底部状态栏中显示的消息。

项目兼容性

Windows - 旧版 | 窗口

配置

设计器面板
  • 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.
属性面板

常见

  • “出错时继续” - 指定在活动引发错误时是否应继续自动化操作。 此字段仅支持 Boolean 值(TrueFalse)。 默认值为 False。 因此,如果该字段为空且活动引发错误,系统将停止执行项目。 如果该值设置为 True,则无论出现何种错误,系统都将继续执行项目。
    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.
  • 延迟 时间” - 此活动完成与下一个活动开始执行任何操作之间的延迟时间(以秒为单位)。 默认值为 0.3 秒。 在活动之间添加延迟可确保一个活动有足够的时间完成,然后再开始下一个活动。

  • “在此之前延迟”- 上一个活动完成与此活动开始执行任何操作之间的延迟(以秒为单位)。默认值为 0.2 秒。在活动之间添加延迟可确保一个活动有足够的时间完成,然后再开始下一个活动。

  • “显示名称”- 活动的显示名称。
  • 超时”- 指定最长等待时间(以秒为单位),如果超出该时间后活动并未执行,系统便会抛出错误。 默认值为 30 秒。

输入/输出元素

  • 输入元素 - 用于执行活动的用户界面元素,存储在 UIElement 对象中。 此字段仅支持 UIElement 对象。 可以从其他用户界面自动化活动的 输出元素 属性字段获取此对象。

其他

  • “私有” - 如果选中,则不再以“Verbose”级别记录变量和参数的值。 此字段仅支持 Boolean (TrueFalse) 值。 默认值为 False
输出
  • 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.
  • 描述
  • 项目兼容性
  • 配置

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。