Programming Note
- Last UpdatedAug 09, 2016
- 1 minute read
Most of the batch operations are run through an asynchronous interface to the Batch Server Batch Manager application. Therefore, data coming back in response to an action is not always available immediately. Instead, you must wait for the data to come back asynchronously. This can necessitate some complex code if you are designing a very synchronous application.