The CalculateState enumeration is used to determine a algorithm calculation stage.
It is used by the following property:
IAlgorithmCalculationAsyncResult.State.
Value | Brief description |
0 | NotStarted. Algorithm calculation is not started. |
1 | Running. Algorithm calculation is running. |
2 | Stoped. Algorithm calculation is stopped. |
3 | Aborted. Algorithm calculation is aborted. |
See also: