Click or drag to resize
SearchIndexerIsTaskProcessingAllowed Method
Indicates if task processing is allowed for given task.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
protected virtual bool IsTaskProcessingAllowed(
	SearchTaskInfo sti
)

Parameters

sti
Type: CMS.SearchSearchTaskInfo
Search task to process.

Return Value

Type: Boolean
See Also