NAnt SDK Documentation - v0.92

Project.Run Method 

Executes the default target and wraps in error handling and time stamping.

[Visual Basic]
Public Function Run() As Boolean
[C#]
public bool Run();

Return Value

true if the build was successful; otherwise, false.

See Also

Project Class | NAnt.Core Namespace