The CalculateState enumeration is used to determine a algorithm calculation stage.
It is used by the following property:
| Value | Brief description |
| 0 | NotStarted. Algorithm calculation is not started. |
| 1 | Initialization. Execute initialization. |
| 2 | Running. Algorithm calculation is running. |
| 3 | PausedOnDebug. Calculation is paused before continuation of the next object calculation. NOTE. It is available only on algorithm calculation debugging. |
| 4 | PausedOnError. Calculation is paused if an error occurs. Continuation of calculation depends on the operation for solving the error. |
| 5 | Stoped. Algorithm calculation is stopped. |
| 6 | Aborted. Algorithm calculation is aborted. |
See also: