Summary
Signals that the last target has finished.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- DefaultLogger
Syntax
public virtual void BuildFinished(Object sender, BuildEventArgs e)
Remarks
This event will still be fired if an error occurred during the build.
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The source of the event. |
e | BuildEventArgs | A NAnt.Core.BuildEventArgs object that contains the event data. |
Return Value
Type | Description |
---|---|
void |