Show Window

Last modified by VuNH54 on 2023/09/16 00:58

RCA.Activities.Common.ShowWindow

Description

The Show Window activity allows you to bring to the front a specified window.

image-20230417163559-1.png

(* is mandatory)

Properties

Common

  • Continue On Error (Boolean) - A Boolean variable has two possible values: True or False
    - True : allows the rest of the process to continue the execution even an error occurs within the activity.
    - False : blocks the process from continuing the execution.

Input

  • Window (WindowApp)* - Input WindowApp for the Attach Window to attach with type = ‘WindowApp’.

Misc

  • Public (Checkbox) - Check if you want to public the activity. Remember to consider data security requirement before using this property.
  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    E.g: [3424325] Show Window

Table of Content

  
Navigation