public final class DocumentStatus
extends com.aspose.ms.System.Enum
Represents a document processing status.
Modifier and Type | Field and Description |
---|---|
static int |
ProcessedWithError
Error occurred during document indexing.
|
static int |
Skipped
Document skipped.
|
static int |
SuccessfullyProcessed
Document successfully indexed.
|
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 successfully indexed.
public static final int Skipped
Document skipped.
public static final int ProcessedWithError
Error occurred during document indexing.