m (formatting) |
m (→Action signatures) |
||
Line 23: | Line 23: | ||
| <code>number</code> | | <code>number</code> | ||
| <div style="text-align: right; background-color: #e5e5e5; padding-right: 7px">'''optional'''</div> | | <div style="text-align: right; background-color: #e5e5e5; padding-right: 7px">'''optional'''</div> | ||
− | number | + | number which defines how long break should last (in milliseconds). |
:If nothing is set, default value is 10 milliseconds | :If nothing is set, default value is 10 milliseconds | ||
|- | |- |
Latest revision as of 16:15, 12 July 2017
gn:act_updateUIbreak
- Description
- Action used to break execution of the action block if a content update is necessary.
- This action should be used when setting some value in same action block into certain widget and in same block, executing a decision based on content of that widget.
- i.e.
gn:act_widgetContent
which decides further action block flow is used on widget whose content is set in same action block at the beginning. - If break is not made the content will not get refreshed in widget until action block is not finished and flow may go in wrong direction.
- Action returns
- void
Action signatures
Update UI break
[gn:act_updateUIbreak]|[number]
Parameter Description number
optionalnumber which defines how long break should last (in milliseconds).
- If nothing is set, default value is 10 milliseconds
Example
3000
- miliseconds
- ⤷
[gn:act_updateUIbreak]|[3000]
- ⤷