Summary
Evaluates the availability of a resource.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- AvailableTask
Syntax
protected virtual bool Evaluate()
Return Value
Type | Description |
---|---|
bool |
true if the resource is available; otherwise,
false .
|