Checks whether the specified target has already been executed.
bool target::has-executed(name)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The target to test. |
Return Value
true if the specified target has already been
executed; otherwise, false.
Requirements
- Assembly
- NAnt
.Core .dll - Namespace
-
NAnt
.Core .Functions
