DefaultLogger.

TaskStarted(Object, BuildEventArgs) Method

Summary

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

Syntax

public virtual void TaskStarted(Object sender, BuildEventArgs e)

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