We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56dc8a commit 82a8760Copy full SHA for 82a8760
1 file changed
scan/commands/wait.py
@@ -17,6 +17,7 @@ class Wait(Command):
17
:param comparison: How current value is compared to the desired value.
18
Defaults to '='.
19
Other options: '!=', '>', '>=', '<' , '<=', 'increase by','decrease by'
20
+ For string data, supported options are '=', '!=', '>', '>=', '<' , '<='.
21
:param tolerance: Tolerance used for numeric '=' comparison. Defaults to 0, not used for string values or anything but '='.
22
:param timeout: Timeout in seconds. Default 0 to wait 'forever'.
23
:param errhandler: Default None.
0 commit comments