Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public bool DetermineIfCycleTaskHasBeenCompleted(
	string cycleTaskSourceName
)

Parameters

cycleTaskSourceName
Type: SystemString
Name of the cycle task source.

Return Value

Type: Boolean
See Also