120件ヒット
[101-120件を表示]
(0.049秒)
種類
- インスタンスメソッド (72)
- 特異メソッド (42)
- 定数 (6)
クラス
-
Shell
:: ProcessController (120)
キーワード
-
USING
_ AT _ EXIT _ WHEN _ PROCESS _ EXIT (6) - activate (6)
-
active
_ job? (6) -
active
_ jobs (6) -
active
_ jobs _ exist? (6) -
active
_ process _ controllers (6) -
block
_ output _ synchronize (6) -
each
_ active _ object (6) - inactivate (6)
-
jobs
_ exist? (6) -
kill
_ job (6) -
process
_ controllers _ exclusive (6) - sfork (6)
-
start
_ job (6) -
terminate
_ job (6) -
wait
_ all _ jobs _ execution (6) -
wait
_ to _ finish _ all _ process _ controllers (6) -
waiting
_ job? (6) -
waiting
_ jobs (6) -
waiting
_ jobs _ exist? (6)
検索結果
先頭4件
-
Shell
:: ProcessController . wait _ to _ finish _ all _ process _ controllers -> () (6102.0) -
@todo
@todo -
Shell
:: ProcessController :: USING _ AT _ EXIT _ WHEN _ PROCESS _ EXIT -> true (6102.0) -
@todo
@todo -
Shell
:: ProcessController # sfork(command) { . . . } -> [Integer , IO , IO] (102.0) -
シンプルな fork です。
...シンプルな fork です。
@param command コマンドを指定します。
@return [PID, 入力用 IO, 出力用 IO] からなる配列を返します。... -
Shell
:: ProcessController # start _ job(command = nil) (102.0) -
指定されたコマンドの実行を開始します。
指定されたコマンドの実行を開始します。
コマンドを省略した場合は、待ち状態のジョブのうち先頭のものを実行します。
@param command コマンドを指定します。