Indicates the status of an index request. The status value will be updated by the indexing process.
Namespace:
FileNet.Api.ConstantsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration IndexRequestStatus |
C# |
---|
public enum IndexRequestStatus |
Visual C++ |
---|
public enum class IndexRequestStatus |
JavaScript |
---|
FileNet.Api.Constants.IndexRequestStatus = function(); FileNet.Api.Constants.IndexRequestStatus.createEnum('FileNet.Api.Constants.IndexRequestStatus', false); |
Members
Type | Member name | Description |
---|---|---|
PAUSED |
Indicates the index request is paused.
| |
IN_PROGRESS |
Indicates the index request is currently in progress.
| |
NOT_STARTED |
Indicates the index request has not yet started.
|