12件ヒット
[1-12件を表示]
(0.188秒)
ライブラリ
-
shell
/ system-command (12)
検索結果
先頭5件
-
Shell
:: SystemCommand # active? -> bool (18607.0) -
@todo
@todo -
Shell
:: SystemCommand # name -> String (18607.0) -
@todo
@todo
コマンド名を返します。 -
Shell
:: SystemCommand # super _ each -> () (18607.0) -
@todo
@todo
Shell::Filter#each です。 -
Shell
:: SystemCommand # terminate -> () (18607.0) -
@todo
@todo -
Shell
:: SystemCommand # kill(signal) -> Integer (9607.0) -
自身のプロセスにシグナルを送ります。
自身のプロセスにシグナルを送ります。
@param signal シグナルを整数かその名前の文字列で指定します。
負の値を持つシグナル(あるいはシグナル名の前に-)を指定すると、
プロセスではなくプロセスグループにシグナルを送ります。
@see Process.#kill -
Shell
:: SystemCommand # notify(*opts) {|message| . . . } -> String (9607.0) -
@todo
@todo
@param opts
@see Shell#notify -
Shell
:: SystemCommand # command -> String (9307.0) -
@todo
@todo
コマンド名を返します。 -
Shell
:: SystemCommand # flush -> () (9307.0) -
@todo
@todo -
Shell
:: SystemCommand # notify(*opts) -> String (9307.0) -
@todo
@todo
@param opts
@see Shell#notify -
Shell
:: SystemCommand # start -> () (9307.0) -
@todo
@todo -
Shell
:: SystemCommand # start _ import -> () (9307.0) -
@todo
@todo -
Shell
:: SystemCommand # wait? -> bool (9307.0) -
@todo
@todo