RunApp

Z Wiki
Verze z 29. 1. 2021, 13:33, kterou vytvořil BakerD (diskuse | příspěvky) (Založena nová stránka s textem „== Output parameters ==“)
Přejít na: navigace, hledání
Jiné jazyky:
English • ‎čeština

Description

Alias: RA

Runs the application.

Runs the application specified by the File parameter or Parameters if other parameters are added. The working folder is specified by the Directory parameter. The initial status of the window opened by the application is determined by the ShowMode parameter, and the Synchronious parameter specifies any wait to be expected for its termination.

Input parameters

File

Type String

Run command.

Parameters

Type String

Command parameters.

Directory

Type String

Working directory.

ShowMode

Type Number

Show mode for the running application.

Synchronous

Type Number

At 0, the run is asynchronous, while at 1, it waits for the executed command to end.

Enabled

Type Number

Enables or disables the command. If the value is 0, the command will not be executed.

PreWait

Type Number

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

PostWait

Type Number

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

Output parameters

ProcessId

Typ Number

Identifikátor procesu.

ExitCode

Typ Number

Návratová hodnota spuštěného procesu (relevantní pouze v synchronním režimu).