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 of miliseconds 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]
- ⤷