Find information on the Batch Task API platform support.
- Batch Task API is available starting with SDL Studio 2015 SR2 or later.
- Even though the Batch Task API is a pure .Net API, it relies on certain 32 bit-only components. Therefore you can only run applications that use this API in 32-bit mode. If your application also targets 64-bit platforms, then you must make sure to set its platform target to 'x86', which will force your application to run in WoW64 mode (Windows 32-bit On Windows 64-bit).
Comments