Click or drag to resize
CodeGenerationTaskBaseCreateRunQueue Method
Creates a run queue from the information in this task, if it's valid, otherwise it will return null.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public virtual RunQueue CreateRunQueue()

Return Value

Type: RunQueue
See Also