tagBATCHACTIONSTRUCT - tagBATCHACTIONSTRUCT - AnyDoc - OCR for AnyDoc - AnyDoc/OCR-for-AnyDoc/Foundation-23.1/OCR-for-AnyDoc-Programming-Reference-Guide/Customize-Batch-Processes-with-the-BatchAPI/BatchAPI-Structures/tagBATCHACTIONSTRUCT - Foundation 23.1 - Foundation 23.1

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License
ft:lastPublication
2023-11-17T13:24:58.960000
ft:locale
en-US

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;