public final class DocumentStatus
extends com.aspose.ms.System.Enum
Enumeration for processed document status.
Modifier and Type | Field and Description |
---|---|
static int |
ProcessedWithError
Error is occured during document indexing.
|
static int |
Skipped
Document filtered or skipped.
|
static int |
SuccessfullyProcessed
Document is indexes.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int SuccessfullyProcessed
Document is indexes.
public static final int Skipped
Document filtered or skipped.
public static final int ProcessedWithError
Error is occured during document indexing.
Copyright © 2018. All rights reserved.