NAnt SDK Documentation - v0.92

XmlLogger.TaskFinished Method 

Signals that a task has finished.

[Visual Basic]
NotOverridable Public Sub TaskFinished( _
   ByVal sender As Object, _
   ByVal e As BuildEventArgs _
) _
    Implements IBuildListener.TaskFinished
[C#]
public void TaskFinished(
   object sender,
   BuildEventArgs e
);

Parameters

sender
The source of the event.
e
A BuildEventArgs object that contains the event data.

Implements

IBuildListener.TaskFinished

Remarks

This event will still be fired if an error occurred during the build.

See Also

XmlLogger Class | NAnt.Core Namespace