Asynchronous Job Manager Library Documentation¶
- Company
3S - Smart Software Solutions GmbH
- Title
Asynchronous Job Manager
- Version
3.5.17.0
- Categories
Intern
- Namespace
AJM
- Author
3S - Smart Software Solutions GmbH
- Placeholder
AsynchronousJobManager
Description 1¶
A Manager for asynchronous job processing.
It mainly offers a function block BackgroundTask. This allows certain job to be executed in the background independently of the foreground task. This should normally shorten the cycle time of the foreground task.
For handling dynamic generation of BackgroundTask
instances the additional function blocks BackgroundTaskFactoryBase and BackgroundTaskFactoryArgs are provided.
Further details are described under AsyncManager.