Click or drag to resize
SearchTaskExecutorUtilsIsSearchTaskProcessingRunning Method
Indicates whether Azure search task processing is running already.

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 11.0.0
Syntax
C#
public static bool IsSearchTaskProcessingRunning()

Return Value

Type: Boolean
True if SearchTaskAzureInfos processing is running. False otherwise.
See Also