NAnt SDK Documentation - v0.92

ExternalProgramBase.Spawn Property

Gets or sets a value indicating whether the application should be spawned. If you spawn an application, its output will not be logged by NAnt. The default is false.

[Visual Basic]
Overridable Public Property Spawn As Boolean
[C#]
public virtual bool Spawn {get; set;}

See Also

ExternalProgramBase Class | NAnt.Core.Tasks Namespace