Wait for a signal to be sent
| <viztask:Signal>.wait() |
This command will create a Condition object that will wait for a signal to be sent.
The yielded command returns a viz.Data object with the following information about the Condition:
Property |
|
data |
The data received from the signal |
viztask.Condition object
Example 1:
Example 2: