Click or drag to resize
TaskPerformerBasePerformResult Property
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.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool PerformResult { get; protected set; }

Property Value

Type: Boolean

Implements

ITaskPerformerPerformResult
See Also