Batch API Function Calls - Intergraph Batch Services - Help

Intergraph Batch Services Help

Language
English
Product
Intergraph Batch Services
Search by Category
Help

Each API function call is prototyped in a batch API header file. These functions are available in a library file (BATCHAPI.LIB) that an application can link with at compile time. The actual functions are contained in a DLL (BATCHAPI.DLL), which is loaded at run-time. Each function call returns an error code. The ERROR_SUCCESS (0) return value indicates that the function successfully completed. A set of Batch-specific and other general error codes is defined in API Error Codes.

BatchAbortJob
BatchAbortQueue
BatchCreateQueue
BatchDeleteJob
BatchDeleteQueue
BatchDisableQueue
BatchEnableQueue
BatchEnumerateJobs
BatchEnumerateQueues
BatchGetJobInfo
BatchGetQueueInfo
BatchGetServerInfo
BatchJobHold
BatchJobRelease
BatchMoveJob
BatchPurgeQueue
BatchServerShutdown
BatchSetJobInfo
BatchSetQueueInfo
BatchSetServerInfo
BatchStartQueue
BatchStopQueue
QueueBatchJob