検索:get-running-process

adminが2022/04/24 04:58に最終更新

158件のうち1 - 10 次のページ » ページ 1 2 3 4 5 6 7 8 9 ... 16

[02]Start Browser For Attach (en)

Tuan Nguyenが2022/05/13 02:19に最終更新
表示されるドキュメントの内容
to a browser which is already running (* for Mandatory) In the body of activity Click to launch browser
) - 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 (default) - blocks the process from continuing
ドキュメントの内容のソース
running [[image:bdb1dad-Screenshot_2021-05-25_173342.jpg||alt="Browser_StartBrowserForAttach" height
the rest of the process to continue the execution even an error occurs within the activity. False (default) - blocks the process from continuing the execution. **Input** * **Browser Type (Dropdown List

[03]Close Window (en)

Tuan Nguyenが2022/05/13 04:10に最終更新
表示されるドキュメントの内容
: 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. Delay After (Int32
of time (in milliseconds) to wait for the activity to run. The default amount of time is 30000
ドキュメントの内容のソース
the rest of the process to continue the execution even an error occurs within the activity. - False: blocks the process from continuing the execution. * **Delay After (Int32)** - Delay time
of time (in milliseconds) to wait for the activity to run. The default amount of time is 30000

[03]Get Credential (en)

VuNH54が2023/04/19 10:09に最終更新
表示されるドキュメントの内容
) and a string (username). Additionally, a boolean value is returned to let you know if the process
of this activity. You can edit the name of the activity to organize and structure your code better. E.g: Get
. Result (Boolean) - A Boolean variable that indicates whether the given credentials were successfully get
タイトル
[03]Get Credential
保存場所
[03]Get Credential
ドキュメントの内容のソース
). Additionally, a boolean value is returned to let you know if the process was successful or not. [[image:image
and structure your code better. E.g: Get Credentials **Output** * **Password (String)*** - The password
that indicates whether the given credentials were successfully get from Windows Credential Manager

[04]Get Active Window (en)

Tuan Nguyenが2022/05/13 04:10に最終更新
表示されるドキュメントの内容
RCA.Activities.Windows.GetActiveWindow Description The Get Active Window enables you to get
: 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. Misc Public (Checkbox) - Check if you want
タイトル
[04]Get Active Window
保存場所
[04]Get Active Window
ドキュメントの内容のソース
" %) ((( RCA.Activities.Windows.GetActiveWindow == **Description** == The Get Active Window enables you to get the current active window
) **-** **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

[05]Maximize Window (en)

Tuan Nguyenが2022/05/13 04:11に最終更新
表示されるドキュメントの内容
- 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. Timeout MS (Int32) - The amount of time (in milliseconds) to wait for the activity to run. The default amount of time is 30000 milliseconds. E.g: 30000
ドキュメントの内容のソース
of the process to continue the execution even an error occurs within the activity. - False: blocks the process
for the activity to run. The default amount of time is 30000 milliseconds. E.g: 30000 * **Delay After (Int32
. This option goes together with Process argument. * **Element (AutomationElement)** - Uses variable with type

[06]Minimize Window (en)

Tuan Nguyenが2022/05/13 04:11に最終更新
表示されるドキュメントの内容
- 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. Timeout MS (Int32) - The amount of time (in milliseconds) to wait for the activity to run. The default amount of time is 30000 milliseconds. E.g: 30000
ドキュメントの内容のソース
of the process to continue the execution even an error occurs within the activity. - False: blocks the process
for the activity to run. The default amount of time is 30000 milliseconds. E.g: 30000 * **Delay After (Int32
. This option goes together with Process argument. * **Element (AutomationElement) **- Uses variable with type

[07]Parallel (en)

adminが2023/10/20 10:25に最終更新
表示されるドキュメントの内容
activities simultaneously and asynchronously. When the activity is run, a separate job is created for each process. If a child process is invoked but not found, an error is logged containing the name of the child process. If there is an error occurs in the child process after it has been invoked, the parent
ドキュメントの内容のソース
simultaneously and asynchronously. When the activity is run, a separate job is created for each process. If a child process is invoked but not found, an error is logged containing the name of the child process. If there is an error occurs in the child process after it has been invoked, the parent is not aware of it and continue

[07]Show Window (en)

Tuan Nguyenが2022/05/13 04:12に最終更新
表示されるドキュメントの内容
: 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. TimeOut MS (Int32)- The amount of time (in milliseconds) to wait for the activity to run. The default amount of time is 30000
ドキュメントの内容のソース
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. * **TimeOut MS (Int32)**- The amount of time (in milliseconds) to wait for the activity to run. The default amount

[08]Move Window (en)

Tuan Nguyenが2022/05/13 04:12に最終更新
表示されるドキュメントの内容
- 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. TimeOut MS (Int32) - The amount of time (in milliseconds) to wait for the activity to run. The default amount of time is 30000 milliseconds. E.g: 30000
ドキュメントの内容のソース
of the process to continue the execution even an error occurs within the activity. - False: blocks the process
for the activity to run. The default amount of time is 30000 milliseconds. E.g: 30000 * **Delay After (Int32
with Process argument. * **Element (AutomationElement)** - Uses variable with type = ‘AutomationElement

[09]Hide Window (en)

Tuan Nguyenが2022/05/13 04:13に最終更新
表示されるドキュメントの内容
: 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. TimeOut MS (Int32) - The amount of time (in milliseconds) to wait for the activity to run. The default amount of time is 30000
ドキュメントの内容のソース
the rest of the process to continue the execution even an error occurs within the activity. - False: blocks the process from continuing the execution. * **TimeOut MS (Int32)** - The amount of time (in milliseconds) to wait for the activity to run. The default amount of time is 30000 milliseconds. E.g: 30000
次のページ » ページ 1 2 3 4 5 6 7 8 9 ... 16
[get-running-process]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成