Wait for a specified action to end
| <viztask>.waitActionEnd( | |
| node | |
| action | |
| pool = None |
)
node
The node to wait for the action to end on
action
The action to wait for
pool = None
The pool number for the action to end on.
If pool is None, then the Condition will wait for the action to end on any pool.
This command will create a Condition object that will wait for the specified action to end on the node.
viztask.Condition object