ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# 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"/>`