IndexInfo.StatusType Enumeration

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Status type during the index operation.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public enum StatusType
Visual Basic
Public Enumeration StatusType
Visual C++
public enum class StatusType

Members

Member nameValueDescription
Idle0 Index operation in waiting mode.
Running1 Index operation in process.
Fail2 Index operation completed with a failure.
Success3 Index operation completed successfully.
InitiateStop4 Index operation initiated the stop procedure.
CompleteStop5 Index operation completed the stop procedure.
InitiateCancel6 Index operation initiated the cancel procedure.
CompleteCancel7 Index operation completed the cancel procedure.

See Also