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

SleepTask.Seconds Property

[This is preliminary documentation and subject to change.]

Seconds to add to the sleep time.

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

Remarks

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

See Also

SleepTask Class | NAnt.Core.Tasks Namespace