NAnt SDK Documentation - v0.92

IBuildListener.TaskStarted Method 

Signals that a task has started.

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

Parameters

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

See Also

IBuildListener Interface | NAnt.Core Namespace