NAnt SDK Documentation - v0.92

IBuildListener.TaskFinished Method 

Signals that a task has finished.

[Visual Basic]
Sub TaskFinished( _
   ByVal sender As Object, _
   ByVal e As BuildEventArgs _
)
[C#]
void TaskFinished(
   object sender,
   BuildEventArgs e
);

Parameters

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

Remarks

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

See Also

IBuildListener Interface | NAnt.Core Namespace