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.1.0.0 (5.1.0)
Syntax public bool PerformResult { get; protected set; }
Public Property PerformResult As Boolean
Get
Protected Set
Property Value
Type:
BooleanImplements
ITaskPerformerPerformResultSee Also