前のトピック: AutoShell クラス次のトピック: OSRedirect.OSRedirect コンストラクタ


OSRedirect クラス

OSRedirect は、ローカルでスクリプトを実行する run-local コマンドと共に使用するユーティリティ クラスです。 主に、子プロセスの出力を JavaScript 文字列にリダイレクトするために使用します。 !! コマンドで使用するシステム変数 $$stdout も OSRedirect クラスのインスタンスです。

コンストラクタ

OSRedirect()

メソッド

bool clear()

bool errorOccurred()

string errout()

bool hasCompleted()

string output()

int result()

イベント ハンドラ

void onCompleted(fCompleted)

void onError(fError)

void receivedErrOutput(s)

void receivedOutput(s)

void receivedResult(rc)

関連項目

OSRedirect.OSRedirect コンストラクタ

OSRedirect.clear メソッド

OSRedirect.errorOccurred メソッド

OSRedirect.errout メソッド

OSRedirect.hasCompleted メソッド

OSRedirect.onCompleted メソッド

OSRedirect.onError メソッド

OSRedirect.output メソッド

OSRedirect.receivedErrOutput メソッド

OSRedirect.receivedOutput メソッド

OSRedirect.receivedResult メソッド

OSRedirect.result メソッド

run-local コマンド -- ローカル システム上でスクリプトを実行(Funclet)