NAnt SDK Documentation - v0.85-nightly-2005-11-09

IBuildListener.TaskStarted Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.IBuildListener.TaskStarted(System.Object,NAnt.Core.BuildEventArgs)

See Also

IBuildListener Interface | NAnt.Core Namespace