






|
| UltimateSearch Class Library |
| IndexInfo..::..StatusType Enumeration |
| IndexInfo Class See Also Send Feedback |
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 name | Value | Description | |
|---|---|---|---|
| Idle | 0 | Index operation in waiting mode. | |
| Running | 1 | Index operation in process. | |
| Fail | 2 | Index operation completed with a failure. | |
| Success | 3 | Index operation completed successfully. | |
| InitiateStop | 4 | Index operation initiated the stop procedure. | |
| CompleteStop | 5 | Index operation completed the stop procedure. | |
| InitiateCancel | 6 | Index operation initiated the cancel procedure. | |
| CompleteCancel | 7 | Index operation completed the cancel procedure. |
