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
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
PreWait
Typ Number
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
PostWait
Typ Number
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
Výstupní parametry
ProcessId
Typ Number
Identifikátor procesu.
ExitCode
Typ Number
Návratová hodnota spuštěného procesu (relevantní pouze v synchronním režimu).