|
There are several methods to finish a package:
- Manual, when the user himself has to click the Stop button at the execution console or toolbar.
- According to the properties of each task - each copy of each task is executed as many times
as specified in its properties.
- By time - all tasks will be running at least for the number of seconds specified by the user.
The control precision is about 0.5 seconds for this method.
- By the overall number of executed iterations. A package is finished if the overall number of
iterations for all copies (threads) of all tasks exceeds the specified value.
- By the number of times each task is executed. A package is finished when each copy (thread) of each
task is executed the specified number of times.
- By the number of times each thread is executed. A package is finished when thread copy of each
task is executed at least the specified number of times.
All or checked threads can be paused. To continue use same Pause/Continue button.
|