Processes
This display allows you to monitor running calculation processes and configure changes that are not possible in Calc Catalog. However, we recommend configuring calculation process changes mainly in Calc Catalog.
| Property | Data type | Description |
|---|---|---|
| Name | String | Name of the calculation with unique calculation process number. |
| PriorityClass | Enum | Allows to choose priority status for executing calculation. |
| NumThreads | UInt32 | Number of threads the process is allowed to use for calculations. |
| Disabled | Boolean | Prevents the process from running. |
| PID | Int32 | ID of the running process. Comes from server. |
| Restart | Boolean | Set to true if process wants to be restarted. This is used by Calc Engine when a process needs to be restarted for recompilation. |
| Run As 32 Bit | Boolean | Set to true, if process needs to be run as 32-bit. This is needed, if some dependencies are 32-bit dlls. |
| Monitor performance | Boolean | Enables diagnostics for calculations and processes. Can be found under CalcEngineDiagnostics. See further information. Allows monitoring process in trend. |
Updated 2 days ago
