If/en: Porovnání verzí
(Založena nová stránka s textem „== Description ==“) |
(Založena nová stránka s textem „== Output parameters ==“) |
||
| (Není zobrazeno 12 mezilehlých verzí od stejného uživatele.) | |||
| Řádek 7: | Řádek 7: | ||
'''Alias: IF''' | '''Alias: IF''' | ||
| − | ''' | + | '''Branching the run according to condition.''' |
| − | + | Branching the run according to the value of the [[#condition-| Condition]] parameter. If non-null, the Then branch is launched, otherwise the Else branch. | |
| − | == | + | == Input parameters == |
<span id="condition-"></span> | <span id="condition-"></span> | ||
=== Condition === | === Condition === | ||
| − | + | 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 === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Enables or disables the command. If the value is 0, the command will not be executed. | |
=== PreWait === | === PreWait === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Enables or disables the command. If the value is 0, the command will not be executed. | |
=== PostWait === | === PostWait === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
| − | == | + | == Output parameters == |
Aktuální verze z 29. 1. 2021, 11:19
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
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
Delay in milliseconds before executing the command. It has no effect if Enabled=0.