Skip to content

Commit

Permalink
Merge #130 into main from refs/changes/130/head
Browse files Browse the repository at this point in the history
docs: 更新api iesLabPlanKill 文档

* refs/changes/130/head: (1 commits)
  docs: 更新api iesLabPlanKill 文档

Signed-off-by: 关多 <[email protected]>
Reviewed-by: 刘正元 <[email protected]>
Reviewed-by: 谭镇东123 <[email protected]>
Reviewed-by: 宋炎侃 <[email protected]>
Merged-by: 宋炎侃 <[email protected]>

CR-link: https://codeup.aliyun.com/cloudpss/opensource/docs/change/130
  • Loading branch information
Songyk13 committed Sep 5, 2024
2 parents 76619cb + 5e2e3d9 commit a25bc88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ ieslabPlan = IESLabPlan.fetch(id)
ieslabPlan.iesLabPlanRun()
```

### `ieslabPlan.iesLabPlanRun()`
### `ieslabPlan.iesLabPlanKill()`

- 实例方法

Expand All @@ -270,7 +270,7 @@ ieslabPlan.iesLabPlanRun()
```python showLineNumbers class="red-text"
ieslabPlan = IESLabPlan.fetch(id)
# highlight-next-line
ieslabPlan.iesLabPlanRun()
ieslabPlan.iesLabPlanKill()
```


Expand Down

0 comments on commit a25bc88

Please sign in to comment.