ExternalProgramBase.

TimeOut Property

Summary

The maximum amount of time the application is allowed to execute, expressed in milliseconds. Defaults to no time-out.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
ExternalProgramBase

Syntax

[TaskAttribute("timeout")]
[Int32Validator()]
public int TimeOut { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
Int32ValidatorAttribute Indicates that property should be able to be converted into a int within the given range.

Value

Type Description
int