るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.105秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:spec[x] > バージョン:2.6.0[x] > クラス:Process::Status[x]

別のキーワード

  1. format spec
  2. format spec=
  3. installer spec
  4. oldformat spec
  5. oldformat spec=

ライブラリ

検索結果

Process::Status#inspect -> String (18307.0)

自身を人間が読みやすい形の文字列表現にして返します。

...マットで返します。

: 正常終了のとき
#<Process::Status: pid=18262,exited(nnn)>
: シグナルによる停止のとき
#<Process::Status: pid=18262,stopped(SIGxxx=nnn)>
: シグナルによる終了のとき
#<Process::Status: pid=18262,signaled(SIGxxx=nnn)>
: コアダンプした...
...とき(このステータスの表示はシステムに依存します)
#<Process::Status: pid=18262,coredumped>...