gn:act_setAsync
- Description
- Action used to execute additional actions in background thread. Only non UI actions can be executed in background thread.
- Action returns
- void
Action signatures
Execute actions in background thread
[gn:act_setAsync]|[ACTION{n}]
Example
[gn:act_calculate]|[@variable/setAsync_result, @variable/setAsync_number2 * @variable/setAsync_number2]
- Action which will be executed in background thread
- ⤷
[gn:act_setAsync]|[[gn:act_calculate]|[@variable/setAsync_result, @variable/setAsync_number2 * @variable/setAsync_number2]]
- ⤷