NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
ExternalProgramBase.TimeOut Property
[This is preliminary documentation and subject to change.]
The maximum amount of time the application is allowed to execute, expressed in milliseconds. Defaults to no time-out.
[Visual Basic]
<Int32Validator(MinValue:=-2147483648, MaxValue:=2147483647, Base:=10), _
TaskAttribute(Name:="timeout", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property TimeOut As
Integer
[C#]
[Int32Validator(MinValue=-2147483648, MaxValue=2147483647, Base=10)]
[TaskAttribute(Name="timeout", Required=False, ExpandProperties=True, ProcessXml=True)]
public
int TimeOut {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.ExternalProgramBase.TimeOut
See Also
ExternalProgramBase Class | NAnt.Core.Tasks Namespace