Const
Readonly
Error: "error"The calculation engine has encountered an error and is unable to perform calculations. This status represents engine-level errors, separate from cell-level errors (which are represented as Scalar.Error values).
Readonly
Off: "off"The calculation engine is disabled.
Readonly
Ready: "ready"The calculation engine is in manual mode and will only update cell values when a calculation is explicitly triggered.
Readonly
Starting: "starting"The calculation engine is starting up and initializing its internal state.
Readonly
Stopping: "stopping"The calculation engine is stopping and cleaning up its internal state.
Represents the calculation engine's overall status.