Skip to content

Commit

Permalink
Merge branch 'v3.1' into v3.2
Browse files Browse the repository at this point in the history
* v3.1:
  Update README.md
  • Loading branch information
xiaoyi510 committed Dec 16, 2022
2 parents 8d31bcf + 6147748 commit dec0303
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
3. 支持多任务管理
4. 支持任务暂停,继续,停止,开始

## 格式
1. 5位定时任务参数为 分钟级别
2. 6位定时任务参数则是在尾部增加年参数
3. 7位定时任务则在6位的基础上在第一位增加秒格式

## 使用方式
1. 解析表达式
`gCrontabParse.Parse (cron, crontabRunner)`
Expand Down

0 comments on commit dec0303

Please sign in to comment.