NAnt SDK Documentation - v0.92

ExternalProgramBase.TimeOut Property

The maximum amount of time the application is allowed to execute, expressed in milliseconds. Defaults to no time-out.

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

See Also

ExternalProgramBase Class | NAnt.Core.Tasks Namespace