Run an action on an object and wait for it to end
| <viztask>.runAction( | |
| node | |
| action | |
| pool = 0 |
)
node
The node to run the action on
action
The action to run on the node and wait for
pool = 0
The pool to add the action under
This command will create a sub-task that runs an action on an object and waits for the action to end.
A generator object which can be yielded