NAnt SDK Documentation - v0.85-nightly-2005-11-09

Target.Executed Property

[This is preliminary documentation and subject to change.]

This indicates whether the target has already executed.

[Visual Basic]
Public ReadOnly Property Executed As Boolean
[C#]
public bool Executed {get;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Target.Executed

See Also

Target Class | NAnt.Core Namespace