tagBATCHACTIONSTRUCT - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

Structure to perform an action on the specified batch.

#define BATCH_ACTION_DELETE 1
#define BATCH_ACTION_PRIORITIZE 2
#define BATCH_ACTION_SUSPEND 3
#define BATCH_ACTION_UNSUSPEND 4
#define BATCH_ACTION_RESTART 5
#define BATCH_ACTION_RESUBMIT 6
#define BATCH_ACTION_RECOMMIT 7
struct tagBATCHACTIONSTRUCT
{
intnStructureSize;
intnBatchAction;
BOOLbBatchActionOK;
charszFormFamily[OCRFFAPI_SIZE_FILENAME];
charszBatchID[OCRFFAPI_SIZE_FILENAME];
};
typedef struct tagBATCHACTIONSTRUCT BATCHACTIONSTRUCT;
typedef struct tagBATCHACTIONSTRUCT* LPBATCHACTIONSTRUCT;