NAnt
Help
Function Reference
task::exists
v0.91
task::exists
Checks whether the specified task exists.
Usage
bool task::exists(
name
)
Parameters
Name
Type
Description
name
string
The task to test.
Return Value
true
if the specified task exists; otherwise,
false
.
Requirements
Assembly:
NAnt.Core (0.91.4312.0)