How do you start the program and how to you check the state?
Using startDetached() and a low-level OS function to check the state?
Or start() and using some low-level OS function to detach?
Cheers,
_
How do you start the program and how to you check the state?
Using startDetached() and a low-level OS function to check the state?
Or start() and using some low-level OS function to detach?
Cheers,
_
Hi,
i start the qprocess with startDetached() and the state i check with the state() method.
Bye
Hmm, but if you start with startDetached(), you don't have an instance of QProcess to call state() on.
All startDetached() variants just return bool.
Cheers,
_
Bookmarks