上一主题: 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)