Restore Window

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

RCA.Activities.Common.RestoreWindow

Description

The Restore Window activity allows you to restore a window to its previous size and position (The size before it was minimized or maximized).

image-20230417163410-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] Restore Window

Table of Content

  
Navigation