はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: Internal Labs
1
アクティビティ
3.3k
要約
要約
Activity pack that enables running processes and scripts while capturing the output and waiting for the process or script to exit before continuing
概要
概要
This package consists of two activities:
Run Process With Timeout - allows starting processes and waiting for them to exit using the System.Diagnostic.Process class.
Run Script With Timeout - allows starting scripts and waiting for them to exit using Windows Script Host (cscript.exe) application.
The only difference between the two activities is that Run Script With Timeout utilizes the Windows Scripting Host (cscript.exe) to run the script specified in the filename. Both of them use the System.Diagnostic.Process class.
Use cases:
NOTE: Installation Guidelines for Custom Activities can be found here
機能
機能
It extends the basic functionality of the Start Process activity from UiPath.Core by including the output and allowing the time-boxing of the process or script.
その他の情報
その他の情報
依存関係
Windows Script Host has to be enabled.
コード言語
Visual Basic
ランタイム
Windows レガシ (.Net Framework 4.6.1)