3件ヒット
[1-3件を表示]
(0.052秒)
別のキーワード
ライブラリ
検索結果
先頭3件
-
Shell
:: SystemCommand # kill(signal) -> Integer (325.0) -
自身のプロセスにシグナルを送ります。
自身のプロセスにシグナルを送ります。
@param signal シグナルを整数かその名前の文字列で指定します。
負の値を持つシグナル(あるいはシグナル名の前に-)を指定すると、
プロセスではなくプロセスグループにシグナルを送ります。
@see Process.#kill -
Shell
:: SystemCommand # notify(*opts) -> String (325.0) -
@todo
@todo
@param opts
@see Shell#notify -
Shell
:: SystemCommand # notify(*opts) {|message| . . . } -> String (325.0) -
@todo
@todo
@param opts
@see Shell#notify