Skip to content

Commit

Permalink
docs: 更新api iesLabPlanKill 文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanwell committed Aug 29, 2024
1 parent 27f8340 commit 5e2e3d9
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 5e2e3d9

Please sign in to comment.