From 286c4465a45f5e1e7835397fa66aa47dc606c117 Mon Sep 17 00:00:00 2001 From: MistEO Date: Fri, 13 Dec 2024 16:48:55 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=A1=A5=E5=85=85=E6=96=87=E6=A1=A3=20?= =?UTF-8?q?`detach`=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en_us/3.1-PipelineProtocol.md | 3 +++ ...265\201\346\260\264\347\272\277\345\215\217\350\256\256.md" | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/en_us/3.1-PipelineProtocol.md b/docs/en_us/3.1-PipelineProtocol.md index ea86f3012..d2d5b48ca 100644 --- a/docs/en_us/3.1-PipelineProtocol.md +++ b/docs/en_us/3.1-PipelineProtocol.md @@ -571,6 +571,9 @@ This action attribute requires additional fields: - `{Image}`: Current screenshot file path - `{Box}`: Identify the hit target +- `detach`: *bool* + Detach the child process, that is, do not wait for the child process to complete, and directly continue with the subsequent tasks. Optional, default false. + Example: ```jsonc diff --git "a/docs/zh_cn/3.1-\344\273\273\345\212\241\346\265\201\346\260\264\347\272\277\345\215\217\350\256\256.md" "b/docs/zh_cn/3.1-\344\273\273\345\212\241\346\265\201\346\260\264\347\272\277\345\215\217\350\256\256.md" index a66e9ee9d..736d8cb56 100644 --- "a/docs/zh_cn/3.1-\344\273\273\345\212\241\346\265\201\346\260\264\347\272\277\345\215\217\350\256\256.md" +++ "b/docs/zh_cn/3.1-\344\273\273\345\212\241\346\265\201\346\260\264\347\272\277\345\215\217\350\256\256.md" @@ -581,6 +581,9 @@ Orange 的 next 中, - `{Image}`: 当前截图文件路径 - `{Box}`: 识别命中的目标 +- `detach`: *bool* + 分离子进程,即不等待子进程执行完成,直接继续之后后面的任务。可选,默认 false。 + 举例: ```jsonc