Summary
Signals that a task has started.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- XmlLogger
Syntax
public 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 |
