Skip to content

Commit eaabce2

Browse files
committed
Doxyfication
1 parent 6dc7b57 commit eaabce2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

python/core/qgstaskmanager.sip

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ class QgsTask : QObject
174174
%Docstring
175175
Blocks the current thread until the task finishes or a maximum of ``timeout`` milliseconds.
176176
If the ``timeout`` is ``-1`` the thread will be blocked forever.
177+
In case of a timeout, the task will still be running.
177178

178179
The result will be false if the wait timed out and true in any other case.
179180
:rtype: bool

src/core/qgstaskmanager.h

+1
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ class CORE_EXPORT QgsTask : public QObject
189189
/**
190190
* Blocks the current thread until the task finishes or a maximum of \a timeout milliseconds.
191191
* If the \a timeout is ``-1`` the thread will be blocked forever.
192+
* In case of a timeout, the task will still be running.
192193
*
193194
* The result will be false if the wait timed out and true in any other case.
194195
*/

0 commit comments

Comments
 (0)