Is there a way to determine if a Linux PID is paused or not?

I have a python script that is using the SIGSTOP and .SIGCONT commands with os.kill to pause or resume a process. Is there a way to determine whether the related PID is in the paused or resumed state?

7
задан Robᵩ 16 May 2011 в 19:50
поделиться