| SearchTaskInfoProviderProcessTasks Method (Boolean, Boolean) | 
            Processes tasks (starts indexer).
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntaxpublic static void ProcessTasks(
	bool createWebFarmTask,
	bool workerRole
)
Parameters
- createWebFarmTask
 - Type: SystemBoolean
Indicates whether web farm task should be created - workerRole
 - Type: SystemBoolean
Indicates whether process tasks are run by Azure worker role 
See Also