NAnt SDK Documentation - v0.85-nightly-2005-11-09

SleepTask.Minutes Property

[This is preliminary documentation and subject to change.]

Minutes to add to the sleep time.

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.SleepTask.Minutes

See Also

SleepTask Class | NAnt.Core.Tasks Namespace