ITaskPerformerPerformResult 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.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax bool PerformResult { get; }
ReadOnly Property PerformResult As Boolean
Get
Property Value
Type:
BooleanSee Also