wait function block
wait function block
less than a minute
With the
wait function block, you can create a wait-statement. The wait statement is used to suspend the execution program until some condition are satisfied, like a true statement or timeout is done.
| Bar | Description |
|---|---|
timeout(s) |
The wait function can be used as timeout, here you can define the timeout in seconds. Default setting is infinity. |
parameter |
With parameter you can set a target parameter. |
value |
In value you can specify a condition for the target parameter. if the condition is met it returns true statement. |