If/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Enables or disables the command. If the value is 0, the command will not be executed.“)
(Založena nová stránka s textem „Type Number“)
Řádek 34: Řádek 34:
 
=== 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.
 
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
  
 
== Výstupní parametry ==
 
== Výstupní parametry ==

Verze z 29. 1. 2021, 11:19

Jiné jazyky:
English • ‎čeština

Description

Alias: IF

Branching the run according to condition.

Branching the run according to the value of the Condition parameter. If non-null, the Then branch is launched, otherwise the Else branch.

Input parameters

Condition

Type Number

Condition for branching the run. If non-null, the Then branch is launched, otherwise the Else branch.

Enabled

Type Number

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

PreWait

Type Number

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

PostWait

Type Number

Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.

Výstupní parametry