NAnt SDK Documentation - v0.92 |
|
SleepTask.Seconds Property
Seconds to add to the sleep time.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="seconds", ExpandProperties:=True, ProcessXml:=True), _
Int32Validator(MinValue:=0, MaxValue:=2147483647, Base:=10)>
Public Property Seconds As
Integer
[C#]
[TaskAttribute(Required=False, Name="seconds", ExpandProperties=True, ProcessXml=True)]
[Int32Validator(MinValue=0, MaxValue=2147483647, Base=10)]
public
int Seconds {get; set;}
See Also
SleepTask Class | NAnt.Core.Tasks Namespace