NAnt SDK Documentation - v0.92

SleepTask.Minutes Property

Minutes to add to the sleep time.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="minutes", ExpandProperties:=True, ProcessXml:=True), _  Int32Validator(MinValue:=0, MaxValue:=2147483647, Base:=10)>
Public Property Minutes As Integer
[C#]
[TaskAttribute(Required=False, Name="minutes", ExpandProperties=True, ProcessXml=True)]
[Int32Validator(MinValue=0, MaxValue=2147483647, Base=10)]
public int Minutes {get; set;}

See Also

SleepTask Class | NAnt.Core.Tasks Namespace