Skip to content

Commit

Permalink
Update freescheduler.md
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 authored Jan 11, 2024
1 parent 81287b6 commit b002993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/freescheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ new FreeSchedulerBuilder()
| bool ExistsTask(string id) | 判断任务是否存在 |
| bool ResumeTask(string id) | 恢复已暂停的任务 |
| bool PauseTask(string id) | 暂停正在运行的任务 |
| bool RunNow(string id) | 立即运行任务 |
| bool RunNowTask(string id) | 立刻运行任务(人工触发) |
| TaskInfo[] FindTask(lambda) | 查询正在运行中的任务 |
| int QuantityTask | 任务数量 |

Expand Down

0 comments on commit b002993

Please sign in to comment.