CodeGenerationCycleCacheDetermineIfCycleTaskHasBeenCompleted Method  | 
 
            Determines if the cycle task with the sourcename specified has been completed. This is stored in the cross cycle cache.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic bool DetermineIfCycleTaskHasBeenCompleted(
	string cycleTaskSourceName
)
Public Function DetermineIfCycleTaskHasBeenCompleted ( 
	cycleTaskSourceName As String
) As Boolean
Parameters
- cycleTaskSourceName
 - Type: SystemString
Name of the cycle task source. 
Return Value
Type: 
Boolean
See Also