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