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.9.0.0 (5.9.0)
Syntaxbool PerformResult { get; }ReadOnly Property PerformResult As Boolean
	Get
Property Value
Type: 
Boolean
See Also