DefaultLogger.

TargetFinished(Object, BuildEventArgs) Method

Summary

Signals that a task has finished.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
DefaultLogger

Syntax

public virtual void TargetFinished(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