Hi list! In my application I've created a process with QProcess and 'ffmpeg' program. I offer to user cancelling process calling kill() method, but I don't know if pausing it would be possible. Is there any way to pause QProcess in a safe-way? Thanks!