Wait for the specified function to return True
| <viztask>.waitTrue( | |
| func | |
| *args | |
| **kw |
)
func
A function or callable object that will return a value.
*args
Optional arguments to pass to the function
**kw
Optional keyword arguments to pass to the function
This command will create a Condition object that will wait for the specified function to return a value that evaluates to True.
viztask.Condition object