QualityAssureBatchStatus (Property) - CAPTUREit - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

CAPTUREit

Platform
AnyDoc
Product
CAPTUREit
Release
Foundation 23.1
License

Description

Used with the Batch object to bypass the Quality Assurance phase. This would most likely be executed at the OnPostScan or OnPostImport events.

Syntax

object.QualityAssureBatchStatus = Value

Parameters

The object refers to the Batch object. For more information, seeBatch Object).

QualityAssureBatchStatus refers to the property.

Value refers to the following pre-defined values:

Value

Description

QA_BATCH_RESUME

Sends the batch to QA, whether or not QA is enabled for the profile.

QA_BATCH_RELEASE

Releases the batch and bypasses the QA phase, even if QA is enabled for the profile.

QA_BATCH_SUSPEND

Suspends the batch.

QA_BATCH_DELETE

Deletes the batch.

Example

Batch.QualityAssureBatchStatus = QA_BATCH_RESUME

Batch.QualityAssureBatchStatus = QA_BATCH_RELEASE