From 2ec745ff0c0a7b2726bec4edd3524ffbf8bccd95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Fri, 6 Jan 2023 03:26:16 +0000 Subject: [PATCH] fixed e3b2c31 from https://gitee.com/ge-yafang/docs/pulls/13303 update zh-cn/application-dev/reference/apis/js-apis-process.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛亚芳 --- zh-cn/application-dev/reference/apis/js-apis-process.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zh-cn/application-dev/reference/apis/js-apis-process.md b/zh-cn/application-dev/reference/apis/js-apis-process.md index de643b579d..9c009fc9fa 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-process.md +++ b/zh-cn/application-dev/reference/apis/js-apis-process.md @@ -232,8 +232,12 @@ let result = pro.kill(28, pres); 主进程可以获取子进程的标准输入输出,以及发送信号和关闭子进程。 +**系统接口:** 此接口为系统接口。 + ### 属性 +**系统接口:** 此接口为系统接口。 + **系统能力:** 以下各项对应的系统能力均为SystemCapability.Utils.Lang。 | 名称 | 类型 | 可读 | 可写 | 说明 | -- GitLab