📅  最后修改于: 2020-12-26 14:04:30             🧑  作者: Mango
此任务用于使进程休眠指定的时间。时间可以是毫秒,秒或小时。当部署应用程序需要任务之间的间隔时,这很有用。
它使用下面给出的各种属性。
Attribute | Description | Required |
---|---|---|
hours | Set number of hours to sleep. | No |
minutes | Set number of minutes to sleep. | No |
seconds | Set number of seconds to sleep. | No |
milliseconds | Set sleep time in milliseconds. | No |
failonerror | Flag controlling whether to break the build on an error | No |
休眠指定的毫秒数。
睡眠指定的秒数
没时间睡觉