Enum CalcStatus
Calculate status codes. Values less than zero are considered failures, values greater than zero are considered successful.
Namespace: Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly: Tedds.TeddsCalcIA.dll
Syntax
public enum CalcStatus
Fields
| Name | Value | Description |
|---|---|---|
| Aborted | Aborted = -1 | Calculating was aborted |
| Interrupted | Interrupted = 2 | The user interrupted the calculation process therefore the state of the results and output is indeterminate |
| NotInitialized | NotInitialized = 0 | The Tedds Calculator has not been initialized |
| Ok | Ok = 1 | Calculating completed successfully |