How Do I Run a Report or Batch Process in Parallel to Other Tasks? (Magic xpa 3.x)
Batch processes can run in Magic xpa in the same way that interactive tasks can. Each parallel batch task gets its own context, which closes when the batch task closes.
Making a batch task run in parallel
Here is how to make a task run in parallel:
Go to Task Properties (Ctrl+P).
Click on the Advanced tab.
Check the Parallelexecution box.
Now the program will run in parallel.
See also
The Online Samples project (program MT04)
Reference
Title
How Do I Run a Report or Batch Process in Parallel to Other Tasks? (Magic xpa 3.x)