How to Deny Algorithm Calculation Stop?

By default, algorithm calculation can be stopped by means of the Stop button in the Start Calculation group on the Calculation ribbon tab.

The following methods can be used to stop algorithm calculation:

NOTE. If the AlgorithmMultuThreadEnable parameters already exists, skip this step.

As a result, the Stop button will be unavailable on algorithm calculation.

To enable stopping calculation algorithm, change value of the AlgorithmMultuThreadEnable parameter or the ALG_MULTI_THREADS global variable to 1.

NOTE. Take into account features of the AlgorithmMultuThreadEnable parameter and the ALG_MULTI_THREADS global variable:
      • If the parameter is set to 0 in the registry, it is denied to stop algorithm calculation.
      • If the parameter is set to 1 in the registry or the parameter is absent, global variable value determines whether to allow or deny stopping algorithm calculation.
      • If registry parameter and global variable are absent, it is allowed to stop algorithm calculation.

See also:

Questions and Answers | Algorithm Calculation