るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.015秒)

別のキーワード

  1. _builtin notimplementederror
  2. notimplementederror _builtin
  3. gets notimplementederror
  4. fcntl notimplementederror
  5. print notimplementederror

ライブラリ

モジュール

検索結果

Process.#getpriority(which, who) -> Integer (18113.0)

which に従いプロセス、プロセスグループ、ユーザのいずれかの現在のプライオリティを整数で返します。

...ザ ID のいずれかを整数で指定します。

@raise Errno::EXXX プライオリティの取得に失敗した場合に発生します。

@raise NotImplementedError メソッドが現在のプラットフォームで実装されていない場合に発生します。

@see getpriority(2)...