Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
using QProcess , I wanna create suspend process , do something , then resume process .Thanx.
No you cannot suspend the process. However, you can use the stream in to tell the process to stop a particular activity. Later you can use the stream again to continue what it was doing.
thanx,I will try it