ExecType
约 80 字小于 1 分钟
2025-10-13
Karin API Docs / ExecType
接口: ExecType
定义于: packages/core/src/types/system/exec.ts:8
执行 shell 命令返回类型
属性
error
error:
ExecException|null
定义于: packages/core/src/types/system/exec.ts:10
status
status:
boolean
定义于: packages/core/src/types/system/exec.ts:9
stderr
stderr:
string
定义于: packages/core/src/types/system/exec.ts:11
stdout
stdout:
string
