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.6.0.0 (5.6.19.0117)
Syntax public 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:
BooleanSee Also