Feature request #6844
Forwarding of finished() to detect external process termination
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | C++ Plugins | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 15980 |
Description
I think that it would be useful if QgsRunProcess::processExit()
[1] forwards the finished()
signal [2] sent by QProcess
, so a plugin that runs an external process could detect when the process exits.
I'm assigning this request to "C++ Plugins", but don't forget the Python Bindings.
[1] http://www.qgis.org/api/qgsrunprocess_8cpp_source.html
[2] http://doc.qt.digia.com/qt/qprocess.html#finished
History
#1 Updated by Giovanni Manghi almost 8 years ago
- Category deleted (
C++ Plugins)
#2 Updated by Giovanni Manghi almost 8 years ago
- Category set to C++ Plugins
#3 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No