File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ class QgsTask : QObject
174
174
%Docstring
175
175
Blocks the current thread until the task finishes or a maximum of ``timeout`` milliseconds.
176
176
If the ``timeout`` is ``-1`` the thread will be blocked forever.
177
+ In case of a timeout, the task will still be running.
177
178
178
179
The result will be false if the wait timed out and true in any other case.
179
180
:rtype: bool
Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ class CORE_EXPORT QgsTask : public QObject
189
189
/* *
190
190
* Blocks the current thread until the task finishes or a maximum of \a timeout milliseconds.
191
191
* If the \a timeout is ``-1`` the thread will be blocked forever.
192
+ * In case of a timeout, the task will still be running.
192
193
*
193
194
* The result will be false if the wait timed out and true in any other case.
194
195
*/
You can’t perform that action at this time.
0 commit comments