Click or drag to resize

IIndexServiceGetActiveBuildTasks Method

Gets active build tasks

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
IEnumerable<TaskInfo> GetActiveBuildTasks(
	IIndex index
)

Parameters

index
Type: Dynamicweb.IndexingIIndex
Index instance

Return Value

Type: IEnumerableTaskInfo
Enumeration of TaskInfo
See Also