Class: QgsScopedProxyProgressTask¶
A QgsProxyProgressTask with automatic lifetime.
QgsScopedProxyProgressTask implements a
QgsProxyProgressTask which automatically adds the proxy task
to the application task manager on construction and finalizes the task
when it goes out of scope.
Added in version 3.4.
Methods
Sets the progress (from 0 to 100) for the proxied operation. |