RunApp/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Type String“)
(Založena nová stránka s textem „Return value of the running process (relevant only in the synchronous mode).“)
 
(Není zobrazeno 18 mezilehlých verzí od stejného uživatele.)
Řádek 25: Řádek 25:
 
Type [[Special:MyLanguage/Data types#String | String]]
 
Type [[Special:MyLanguage/Data types#String | String]]
  
Parametry příkazu.
+
Command parameters.
  
 
<span id="directory-"></span>
 
<span id="directory-"></span>
 
=== Directory ===
 
=== Directory ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Data types#String | String]]
  
Pracovní adresář.
+
Working directory.
  
 
<span id="showmode-"></span>
 
<span id="showmode-"></span>
 
=== ShowMode ===
 
=== ShowMode ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Režim zobrazení spouštěné aplikace.
+
Show mode for the running application.
  
 
<span id="synchronious-"></span>
 
<span id="synchronious-"></span>
=== Synchronious ===
+
=== Synchronous ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Při hodnotě 0 je spuštění asynchronní, zatímco při hodnotě 1 se čeká na ukončení spouštěného příkazu.
+
At 0, the run is asynchronous, while at 1, it waits for the executed command to end.
  
 
=== Enabled ===
 
=== Enabled ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
+
Enables or disables the command. If the value is 0, the command will not be executed.
  
 
=== PreWait ===
 
=== PreWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
 
=== PostWait ===
 
=== PostWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
== Výstupní parametry ==
+
== Output parameters ==
  
 
=== ProcessId ===
 
=== ProcessId ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Identifikátor procesu.
+
Process identifier.
  
 
=== ExitCode ===
 
=== ExitCode ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Návratová hodnota spuštěného procesu (relevantní pouze v synchronním režimu).
+
Return value of the running process (relevant only in the synchronous mode).

Aktuální verze z 29. 1. 2021, 13:34

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

Type Number

Process identifier.

ExitCode

Type Number

Return value of the running process (relevant only in the synchronous mode).