增加组任务中单个任务下载失败后,最终组任务回调stop/fail设置

This commit is contained in:
DaveBoy1994
2020-03-05 14:00:28 +08:00
parent 14901d4c0c
commit 41088dfa23
4 changed files with 24 additions and 1 deletions

View File

@@ -126,7 +126,8 @@
<!--进度更新更新间隔默认1000毫秒-->
<updateInterval value="1000"/>
<!--子任务失败时组任务回调stop默认true false将回调fail-->
<subFailAsStop value="true"/>
<!-- =============================以下为子任务的配置====================================-->