多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# B.41 SleepTask A task for sleeping a short period of time, useful when a build or deployment process requires an interval between tasks. Table B.41:聽Attributes NameTypeDescriptionDefaultRequired`hours``Integer`hours to to add to the sleep time0no`minutes``Integer`minutes to add to the sleep time0no`seconds``Integer`seconds to add to the sleep time0no`milliseconds``Integer`milliseconds to add to the sleep time0no`failonerror``Boolean`flag controlling whether to break the build on an error.trueNo B.41.1 Example `<sleep seconds="2"/>`