RunActivity/en: Porovnání verzí
(Založena nová stránka s textem „'''Runs the activity.'''“) |
(Založena nová stránka s textem „== Output parameters ==“) |
||
| (Není zobrazeno 12 mezilehlých verzí od stejného uživatele.) | |||
| Řádek 9: | Řádek 9: | ||
'''Runs the activity.''' | '''Runs the activity.''' | ||
| − | + | Starts the activity with the given name or. id in the [[#activity-| Activity]] parameter with the input parameters specified by the [[#parameters-| Parameters]] parameter. | |
| − | == | + | == Input parameters == |
<span id="activity-"></span> | <span id="activity-"></span> | ||
=== Activity === | === Activity === | ||
| − | + | Type [[Special:MyLanguage/Datové typy#String | String]] | |
| − | + | The name or Id of the activity to run. | |
<span id="parameters-"></span> | <span id="parameters-"></span> | ||
=== Parameters === | === Parameters === | ||
| − | + | Type [[Special:MyLanguage/Datové typy#String | String]] | |
| − | + | A semicolon-separated list of parameters and their values. | |
=== Enabled === | === Enabled === | ||
| − | + | Type [[Special:MyLanguage/Datové typy#Number | Number]] | |
| − | + | Enables or disables the command. If the value is 0, the command will not be executed. | |
=== PreWait === | === PreWait === | ||
| − | + | Type [[Special:MyLanguage/Datové typy#Number | Number]] | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
=== PostWait === | === PostWait === | ||
| − | + | Type [[Special:MyLanguage/Datové typy#Number | Number]] | |
| − | + | Delay in milliseconds after executing the command. It has no effect if Enabled=0. | |
| − | == | + | == Output parameters == |
Aktuální verze z 18. 1. 2022, 13:55
Obsah
Description
Alias: RAC
Runs the activity.
Starts the activity with the given name or. id in the Activity parameter with the input parameters specified by the Parameters parameter.
Input parameters
Activity
Type String
The name or Id of the activity to run.
Parameters
Type String
A semicolon-separated list of parameters and their values.
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 after executing the command. It has no effect if Enabled=0.