NAnt SDK Documentation - v0.92

CommandLineOptions.Pause Property

Pauses before program ends.

[Visual Basic]
<CommandLineArgument(Name:="pause", ShortName:="null", Description:="Pauses before program ends", Type:=CommandLineArgumentTypes.AtMostOnce)>
Public Property Pause As Boolean
[C#]
[CommandLineArgument(Name="pause", ShortName="null", Description="Pauses before program ends", Type=CommandLineArgumentTypes.AtMostOnce)]
public bool Pause {get; set;}

Property Value

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

See Also

CommandLineOptions Class | NAnt.Core Namespace