Wait for all the specified conditions to occur
| <viztask>.waitAll( | |
| conditions |
)
conditions
A list of Condition objects
This command will create a Condition object that will wait for all the specified conditions to occur.
The yielded command returns a viz.Data object with the following information about the Condition:
Properties |
|
data |
A list containing the data returned by all the condition objects |
viztask.Condition object