Click or drag to resize
DerivedModelCodeGenerationTaskPostExecuteRunQueue Method
Called right after the runqueue is executed.

Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public override void PostExecuteRunQueue(
	IGenerator executingGenerator
)

Parameters

executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.
See Also