ProcedureCompileAllAsync Method  | 
 
            Compile QuickLogic on a separate thread
            
 
    Namespace: 
   Demo3D.QuickLogic
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic static void CompileAllAsync(
	Document doc,
	Action preCompileAction
)
Parameters
- doc
 - Type: Demo3D.VisualsDocument
The current document - preCompileAction
 - Type: SystemAction
Action to execute if procedures are found 
See Also