Skip to content

Commit

Permalink
docs: 补充文档 detach 字段
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Dec 13, 2024
1 parent 606bf79 commit 286c446
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/en_us/3.1-PipelineProtocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions docs/zh_cn/3.1-任务流水线协议.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,9 @@ Orange 的 next 中,
- `{Image}`: 当前截图文件路径
- `{Box}`: 识别命中的目标
- `detach`: *bool*
分离子进程,即不等待子进程执行完成,直接继续之后后面的任务。可选,默认 false。
举例:
```jsonc
Expand Down

0 comments on commit 286c446

Please sign in to comment.