Ruby 1.9.3 Reference Manual > All Libraries > Builtin Library > class Process::Status > stopped?

instance method Process::Status#stopped?

stopped? -> bool

プロセスが現在停止(終了ではない)している場合に真を返します。 Process.#waitpidProcess::WUNTRACED フラグを設定した 場合にだけ真になりえます。