Summary
Determines whether the recorder will flush it's buffer after every
write to it. The default is
false.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks - Containing Type
- RecordTask
Syntax
[TaskAttribute("autoflush", Required = false)]
[BooleanValidator()]
public bool AutoFlush { get; set; }
Remarks
Effective only with the
NAnt.Contrib.Tasks.RecordTask.ActionType.Start action.
Attributes
| Type | Description |
|---|---|
| TaskAttribute | |
| BooleanValidator |
Value
| Type | Description |
|---|---|
| bool |
