“43060084a491d6cb279148f9e505df329cef2094”上不存在“git@gitcode.net:s920243400/PaddleDetection.git”
提交 5d61b5e4 编写于 作者: 陈明

修改workscheduler相关文档

Signed-off-by: N陈明 <chenming48@huawei.com>
上级 4df77dcd
......@@ -291,6 +291,8 @@ isLastWorkTimeOut(workId: number): Promise\<boolean>
| repeatCycleTime | number | 否 | 循环间隔 |
| repeatCount | number | 否 | 循环次数 |
| isPersisted | boolean | 否 | 是否持久化保存工作 |
| isDeepIdle | boolean | 否 | 是否要求设备进入空闲状态(后续演进)|
| idleWaitTime | number | 否 | 空闲等待事件(后续演进)|
## NetworkType
触发工作的网络类型。
......
......@@ -48,6 +48,8 @@ storageRequest|存储状态| StorageRequest
isRepeat|是否循环任务| boolean
repeatCycleTime |循环间隔| number
repeatCount |循环次数| number
isDeepIdle |是否要求设备进入空闲状态(后续演进)| boolean
idleWaitTime |空闲等待事件(后续演进)| number
**表3** 延迟任务回调接口
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册