SleepTask.

Minutes Property

Summary

Minutes to add to the sleep time.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
SleepTask

Syntax

[TaskAttribute("minutes")]
[Int32Validator(0, Int32.MaxValue)]
public int Minutes { 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