2.2.5.6 dsc:FilterStateWKVType
The dsc:FilterStateWKVType type defines an enumerated list of built-in type xs:NMTOKEN (as specified in [XMLSCHEMA1] and [XMLSCHEMA2]) that represent the predefined (or well-known) values of the processing state of a filter.
-
<xs:simpleType name="FilterStateWKVType"> <xs:restriction base="xs:NMTOKEN"> <xs:maxLength value="255"/> <xs:enumeration value="Pending"/> <xs:enumeration value="Processing"/> <xs:enumeration value="Canceled"/> <xs:enumeration value="CompletedSuccessfully"/> <xs:enumeration value="CompletedWithErrors"/> <xs:enumeration value="CompletedWithWarnings"/> </xs:restriction> </xs:simpleType>
|
Value |
Description |
|---|---|
|
Pending |
The PostScan job has been initialized and the filter is waiting to be processed |
|
Processing |
The filter is processing the scan documents |
|
Canceled |
The filter was canceled as part of the PostScan job, either by a client using the CancelPostScanJob operation or by means outside the scope of this protocol |
|
CompletedSuccessfully |
The filter finished processing without any warnings or errors |
|
CompletedWithErrors |
The filter finished processing with at least one filter error |
|
CompletedWithWarnings |
The filter finished processing with at least one warning. The filter was expected to successfully process the scan documents. |