WaitOptions
Properties
timeout_ms int
- Maximum time milliseconds to try until successful. The default is 5000.
message str
- This is a message that will be displayed together in the event of an error.
interval_ms int
- Interval milliseconds for retry attempts. The default is 100.
ignore_error bool
- Whether to ignore errors. The default is true.