TaskPerformerBase Properties |
The TaskPerformerBase type exposes the following members.
Name | Description | |
---|---|---|
ActiveTask |
Gets or sets the active task to perform.
| |
EncodingToUse |
Gets or sets the encoding to use.
| |
ExecutingGenerator |
Gets or sets the executing generator.
| |
LogLineHandlerToUse |
The handler of the LogLineInApplicationOutputCallBack. Setting this property will allow the generator and any
task or taskgroup to log text on the application output window.
| |
PerformResult |
Reflects the result of the already executed Perform method. Should return false when
Perform hasn't been called yet. Other tasks can use this property to check what the result
was of a given task.
|