CommandLineOptions.

Pause Property

Summary

Pauses before program ends.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
CommandLineOptions

Syntax

[CommandLineArgument(CommandLineArgumentTypes.AtMostOnce, Name = "pause", Description = "Pauses before program ends")]
public bool Pause { get; set; }

Attributes

Type Description
CommandLineArgumentAttribute Allows control of command line parsing.

Value

Type Description
bool true for pausing on program end; otherwise, false. The default is false.