📜  Apache Ant睡眠任务

📅  最后修改于: 2020-12-26 14:04:30             🧑  作者: Mango

Apache Ant睡眠任务

此任务用于使进程休眠指定的时间。时间可以是毫秒,秒或小时。当部署应用程序需要任务之间的间隔时,这很有用。

它使用下面给出的各种属性。

Apache Ant睡眠任务属性

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

Apache Ant睡眠任务示例

休眠指定的毫秒数

    
    
        
    

睡眠指定的秒数

    
    
        
    

没时间睡觉