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 |
---|---|
Command |
Allows control of command line parsing. |
Value
Type | Description |
---|---|
bool |
true for pausing on program end;
otherwise, false . The default is false .
|