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.
Here is how to make a task run in parallel:
-
Go to Task Properties (Ctrl+P).
-
Click on the Advanced tab.
-
Check the Parallel execution box.
Now the program will run in parallel.
The Online Samples project (program MT04)