Skip to content

Commit a99d7c3

Browse files
committed
Docs: Improve Windows.wait_inactive docs
1 parent aa4a710 commit a99d7c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ahkpy/window.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,12 +303,14 @@ def wait_inactive(self, title=UNSET, *, class_name=UNSET, id=UNSET, pid=UNSET, e
303303
timeout=None) -> bool:
304304
"""wait_inactive(title: str = UNSET, *, timeout=None, **criteria) -> bool
305305
306+
Wait until there are no matching active windows.
307+
306308
Returns ``True`` if there are no matching active windows. If there are
307309
still matching windows after *timeout* seconds, then ``False`` will be
308310
returned. If *timeout* is not specified or ``None``, there is no limit
309311
to the wait time.
310312
311-
For more information refer to :meth:`wait`.
313+
For other arguments refer to :meth:`filter`.
312314
313315
:command: `WinWaitNotActive
314316
<https://www.autohotkey.com/docs/commands/WinWaitActive.htm>`_

0 commit comments

Comments
 (0)