WaitForExitTask.

TimeOut Property

Summary

The maximum amount of time to wait until the process is exited, expressed in milliseconds. The default is to wait indefinitely.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Containing Type
WaitForExitTask

Syntax

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

Attributes

Type Description
TaskAttribute
Int32Validator

Value

Type Description
int