RunApp
Obsah
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
Type Number
Process identifier.
ExitCode
Type Number
Return value of the running process (relevant only in the synchronous mode).