If/en: Porovnání verzí
(Založena nová stránka s textem „Condition for branching the run. If non-null, the Then branch is launched, otherwise the Else branch.“) |
|||
| Řádek 18: | Řádek 18: | ||
Type [[Special:MyLanguage/Data types#Number | Number]] | Type [[Special:MyLanguage/Data types#Number | Number]] | ||
| − | + | Condition for branching the run. If non-null, the Then branch is launched, otherwise the Else branch. | |
=== Enabled === | === Enabled === | ||
Verze z 29. 1. 2021, 11:18
Obsah
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
Typ 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.